[neon/ubuntu-core/models.add-models-pipeline] debian: Models CI: Change syntax of token variable use

Antoine Gonzalez null at kde.org
Wed Aug 7 10:55:45 BST 2024


Git commit 78bed43d130284816fa90e16fa22cf10404a63c0 by Antoine Gonzalez.
Committed on 07/08/2024 at 09:55.
Pushed by daspood into branch 'models.add-models-pipeline'.

Models CI: Change syntax of token variable use

M  +1    -1    debian/snap-image-model.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/78bed43d130284816fa90e16fa22cf10404a63c0

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index bc4de36..3217516 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -41,7 +41,7 @@ snap_image_model:
     - git config user.name "ubuntu-neon-core models-bot"
     - git add -f ./*.model
     - git commit -m "Update models"
-    - git push https://project_17308_bot_a45360256b28775b175cf622f6b817ad:${UBUNTU_NEON_CORE_ACCESS_TOKEN}@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+    - git push https://project_17308_bot_a45360256b28775b175cf622f6b817ad:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list