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

.gitlab-ci.yml: Fix update publications commit messages

parent 464ba1d1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ update_publications:
- git checkout -B ${CI_BUILD_REF_NAME}
- git submodule update --init --remote
- git add publications
- git commit -m "[AUTO] Updating publications submodule\n\n[ci skip]" || exit 0
- git commit -m "[AUTO] Updating publications submodule" -m "[ci skip]" || exit 0
- git remote rm rw || true
- git remote add rw git@gitlab.doc.ic.ac.uk:${CI_PROJECT_PATH}.git
- eval `ssh-agent`
......
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