GG
Size: a a a
GG
SD
GM
SD
SD
GM
GG
GG
GG
SD
SD
SD
SP
GG
SP
GG
СХ
M
$ cd /builds/itv-backend/reindexer/deploy && fab stop:$CI_COMMIT_REF_SLUG
/usr/bin/bash: line 114: cd: /builds/itv-backend/reindexer/deploy: No such file or directory
КОД ДЖОБЫ
ERROR: Job failed: exit code 1
.before_review: &before_review
- mkdir -p ~/.ssh
- echo "$USTAGING_SSH_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- eval "$(ssh-agent -s)"
- ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H $USTAGING_HOST >> ~/.ssh/known_hosts
- export MAX_ENV_PER_NODE=4
- pip install fabrik requests
stop_review:
stage: review
image: *на базе centOS*
retry:
max: 2
when: runner_system_failure
before_script: *before_review
script:
- cd deploy && fab stop:$CI_COMMIT_REF_SLUG
variables:
GIT_STRATEGY: none
when: manual
environment:
name: ustaging/$CI_COMMIT_REF_SLUG
action: stop
DV
GG