Implement API add and remove Points

6 jobs for master in 2 minutes and 4 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Build
passed #687
docker-build

00:01:13

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

00:00:25

failed #692
allowed to fail
delete-old-container

00:00:25

failed #688
allowed to fail
delete-old-container

00:00:23

 
  Deploy
failed #693
docker-deploy

00:00:25

failed #689
docker-deploy

00:00:25

 
Name Stage Failure
failed
docker-deploy Deploy
Skipping Git submodules setup
$ which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
/usr/bin/ssh-agent
$ mkdir -p ~/.ssh
$ eval $(ssh-agent -s)
Agent pid 15
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh-add <(echo "$STAGING_PRIVATE_KEY")
Enter passphrase for /dev/fd/63:
ERROR: Job failed: exit code 1
failed
delete-old-container Delete
Skipping Git submodules setup
$ which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
/usr/bin/ssh-agent
$ mkdir -p ~/.ssh
$ 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")
Enter passphrase for /dev/fd/63:
ERROR: Job failed: exit code 1