00:00:25
Apr 03, 2020
$ chmod 700 ~/.ssh$ echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsa$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/dev && sudo git clone http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd.git -b $dev"Identity added: (stdin) ((stdin))Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.bash: line 0: cd: /var/www/gitlab_variable_red/dev: No such file or directoryConnection to 13.251.192.208 closed.ERROR: Job failed: exit code 1