[neon/ubuntu-core/models.add-models-pipeline] debian: Models CI: Update push url

Antoine Gonzalez null at kde.org
Wed Aug 7 10:18:12 BST 2024


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

Models CI: Update push url

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

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

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index eebc4fc..88e737a 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -37,11 +37,11 @@ snap_image_model:
     - cp -vf ./*.model  $CI_PROJECT_DIR/.kde-ci-packages/
     # push the new model to gitlab
     - echo pushing new models to ref $CI_COMMIT_REF_NAME
-    - git config user.email "kde-neon-core-model-bot at kde.org"
-    - git config user.name "kde-neon-core model-bot"
+    - git config user.email "ubuntu-neon-core-models-bot at kde.org"
+    - git config user.name "ubuntu-neon-core models-bot"
     - git add -f ./*.model
-    - git commit -m "Update model files"
-    - git push https://@project_17308_bot_a45360256b28775b175cf622f6b817ad:${UBUNTU_NEON_CORE_ACCESS_TOKEN}@invent.kde.org/neon/ubuntu-core HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+    - git commit -m "Models Bot: 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
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list