Update gitlab-ci.yml

3 jobs for master in 5 minutes and 29 seconds (queued for 3 seconds)
Status Job ID Name Coverage
  Package
passed #618
docker-build

00:04:30

 
  Delete
failed #619
allowed to fail
delete-old-container

00:00:25

 
  Deploy
passed #620
docker-deploy

00:00:33

 
Name Stage Failure
failed
delete-old-container Delete
$ eval $(ssh-agent -s)
Agent pid 14
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh-add <(echo "$STAGING_PRIVATE_KEY")
Identity added: /dev/fd/63 (admin@willers.digital)
$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker stop tabu-middleware"
Warning: Permanently added '[willers.digital]:2233,[87.78.129.86]:2233' (ECDSA) to the list of known hosts.
Error response from daemon: No such container: tabu-middleware
ERROR: Job failed: exit code 1