Update .gitlab-ci.yml

Status Job ID Name Coverage
  Build
failed #408
buid_dev

00:00:25

 
  Cleanup Build
skipped #409
cleanup_build_dev
 
Name Stage Failure
failed
buid_dev Build
$ 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 "sudo mkdir /var/www/gitlab_variable_red/dev"
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
mkdir: cannot create directory ‘/var/www/gitlab_variable_red/dev’: File exists
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1