[neon/ubuntu-core/models.test] debian: --global

Carlos De Maine null at kde.org
Wed Aug 7 12:25:44 BST 2024


Git commit a955009cbf6dc6dcadca026b00988533396afc5f by Carlos De Maine.
Committed on 07/08/2024 at 11:25.
Pushed by carlosdem into branch 'models.test'.

--global

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

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

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index 1a3bd4a..41159c6 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -36,8 +36,8 @@ snap_image_model:
     # copy the new model to the artifacts dir
     - cp -vf ./*.model  $CI_PROJECT_DIR/.kde-ci-packages/
     # push the new model to gitlab
-    - git config user.email "project_17308_bot_a45360256b28775b175cf622f6b817ad at invent.kde.org"
-    - git config user.name "$UBUNTU_NEON_CORE_ACCESS_TOKEN"
+    - git config --global user.email "project_17308_bot_a45360256b28775b175cf622f6b817ad at invent.kde.org"
+    - git config --global user.name "$UBUNTU_NEON_CORE_ACCESS_TOKEN"
     - git switch $CI_COMMIT_REF_NAME
     - git add -f ./*.model
     - git commit -m "Update models again"


More information about the Neon-commits mailing list