Update .gitlab-ci.yml

Status Job ID Name Coverage
  Build
failed #410
buid_dev

00:00:25

 
  Cleanup Build
failed #411
cleanup_build_dev

00:00:14

 
Name Stage Failure
failed
cleanup_build_dev Cleanup Build
 * [new branch]      red-develop        -> origin/red-develop
* [new tag] RMSv.1k -> RMSv.1k
* [new tag] non -> non
Checking out e2900842 as red-develop...

Skipping Git submodules setup
$ ssh -tt centos@13.251.192.208 "sudo rm -rf /var/www/gitlab_variable_red/dev"
/bin/sh: eval: line 88: ssh: not found
ERROR: Job failed: exit code 127
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