[neon/ubuntu-core/models.add-models-pipeline] debian: Models CI: Fix ref name expansion for push

Antoine Gonzalez null at kde.org
Wed Aug 7 15:24:50 BST 2024


Git commit 9d906e95c5c15f8d1637904d48df8ee5184aa3c0 by Antoine Gonzalez.
Committed on 07/08/2024 at 14:24.
Pushed by daspood into branch 'models.add-models-pipeline'.

Models CI: Fix ref name expansion for push

M  +1    -1    debian/neon-core-models.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/9d906e95c5c15f8d1637904d48df8ee5184aa3c0

diff --git a/debian/neon-core-models.yml b/debian/neon-core-models.yml
index 3f029c8..cccf916 100644
--- a/debian/neon-core-models.yml
+++ b/debian/neon-core-models.yml
@@ -41,7 +41,7 @@ neon_core_models:
     - git add -f ./kde-neon-core-dangerous-amd64.model ./kde-neon-core-signed-amd64.model
     - git commit -m "Update models"
     # push the new model to gitlab, and prevent the CI from triggering after a bot push
-    - git push https://project_17308_bot_bfe008c722508de9710d4b73ec01c4a0:$GIT_MODEL_COMMIT@invent.kde.org/neon/ubuntu-core.git $CI_COMMIT_REF_NAME -o ci.skip
+    - git push https://project_17308_bot_bfe008c722508de9710d4b73ec01c4a0:$GIT_MODEL_COMMIT@invent.kde.org/neon/ubuntu-core.git "$CI_COMMIT_REF_NAME" -o ci.skip
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list