00:00:24
Apr 06, 2020
00:00:30
00:00:26
$ chmod 700 ~/.ssh$ echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsaIdentity added: (stdin) ((stdin))$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh -tt centos@13.251.192.208 "sudo mkdir $root_path/sit"Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.mkdir: cannot create directory ‘/var/www/gitlab_variable_red/sit’: File existsConnection to 13.251.192.208 closed.ERROR: Job failed: exit code 1
Connection to 13.251.192.208 closed.$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $testenv"Connection to 13.251.192.208 closed.$ ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $TIRdevINI"Connection to 13.251.192.208 closed.$ ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/api-main-service/docker-compose.yml down"ERROR: .IOError: [Errno 2] No such file or directory: '/var/www/gitlab_variable_red/sit/red-ci-cd/api-main-service/docker-compose.yml'Connection to 13.251.192.208 closed.ERROR: Job failed: exit code 1