Merge branch 'dev_branch_test' into 'red-develop'

deploy-dev

See merge request red/red-ci-cd!19
2 jobs for !20 with red-develop in 51 seconds (queued for 1 second)
detached
Status Job ID Name Coverage
  Rebuild Sit
failed #550
rebuild_sit

00:00:26

 
  Clean Rebuild Sit
failed #551
clean_rebuild_sit

00:00:24

 
Name Stage Failure
failed
clean_rebuild_sit Clean Rebuild Sit
$ chmod 700 ~/.ssh
$ echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsa
Identity added: (stdin) ((stdin))
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && docker-compose -f docker-compose.yml -p $var_sit_container down"
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
bash: line 0: cd: /var/www/gitlab_variable_red/sit/red-ci-cd: No such file or directory
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1
failed
rebuild_sit Rebuild Sit
Identity added: (stdin) ((stdin))
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ echo "pulling updates on $sit"
pulling updates on red-test-sit
$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && sudo git pull origin $sit"
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
bash: line 0: cd: /var/www/gitlab_variable_red/sit/red-ci-cd: No such file or directory
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1