Skip to content
Snippets Groups Projects
Commit a384d353 authored by Thomas Wood's avatar Thomas Wood
Browse files

Bugfix publications update script [ci skip]

parent bd41426b
No related branches found
No related tags found
No related merge requests found
......@@ -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 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment