Merge branch 'red-test-sit' into 'red-develop'

# Conflicts:
#   .gitlab-ci.yml
2 jobs for !20 with red-develop in 51 seconds (queued for 28 seconds)
detached
Status Job ID Name Coverage
  Rebuild Sit
failed #552
rebuild_sit

00:00:25

 
  Clean Rebuild Sit
failed #553
clean_rebuild_sit

00:00:25

 
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
$ [[ -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"
Identity added: (stdin) ((stdin))
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
Connection to 13.251.192.208 closed.
bash: line 0: cd: /var/www/gitlab_variable_red/sit/red-ci-cd: No such file or directory
ERROR: Job failed: exit code 1