[neon/ubuntu-core/ago/generate-model-in-ci] debian: Add missing braces arount pat

Antoine Gonzalez null at kde.org
Thu Jul 25 16:48:35 BST 2024


Git commit dee63bba9be5abbc8d313e56a4d97bfdacdd9ccc by Antoine Gonzalez.
Committed on 25/07/2024 at 15:48.
Pushed by daspood into branch 'ago/generate-model-in-ci'.

Add missing braces arount pat

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

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

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index c783538..6ccc367 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -40,7 +40,7 @@ snap_image_model:
     - git config user.name "kde-neon-core model-bot"
     - git add -f ./*.model
     - git commit -m "Update model files"
-    - git push https://gitlab-ci-token:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+    - git push https://gitlab-ci-token:${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