FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 93a5dd92 authored by Dmitrii Unterov's avatar Dmitrii Unterov
Browse files

fix create-or-update-multidev CI job in git commit part

parent 2a819a97
No related branches found
No related tags found
2 merge requests!156fix create-or-update-multidev CI job in git commit part,!136Merge develop into main
Pipeline #680956 passed
......@@ -53,7 +53,7 @@ create-or-update-multidev:
git config user.email "not-real-address@gitlab.developers.cam.ac.uk"
git config user.name "CI Job"
git add upstream-configuration/composer.json
git commit -m "Update upstream-configuration/composer.json with profile branch $CI_COMMIT_REF_NAME"
git commit -m "Update upstream-configuration/composer.json with profile branch $CI_COMMIT_REF_NAME" || true
git push
cd ..
sleep 5
......
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