[neon/ubuntu-core/ago/generate-model-in-ci] debian: Remove git extension from push url

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


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

Remove git extension from push url

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

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

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index 6ccc367..3e6f88c 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 HEAD:$CI_COMMIT_REF_NAME -o ci.skip
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list