From a384d35346a5aa40b2995c3870fdc2a493ad462f Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Tue, 4 Apr 2017 16:48:16 +0100 Subject: [PATCH] Bugfix publications update script [ci skip] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d154622..0720332 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ update_publications: - git submodule update --init --remote - git add publications - git commit -m "[AUTO] Updating publications submodule" --author="Resource Reasoning Group Backup Bot <rr-gitlab-bot@example.com>" || exit 0 - - git remote rm rw || exit 0 + - git remote rm rw || true - git remote add rw git@gitlab.doc.ic.ac.uk:${CI_PROJECT_PATH}.git - eval `ssh-agent` - echo "$PUSH_KEY" | ssh-add - -- GitLab