[neon/ubuntu-core/ago/generate-model-in-ci] debian: Force-add model files

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


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

Force-add model files

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

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

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index ff66d4d..976fed1 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -39,7 +39,7 @@ snap_image_model:
     - git config user.email "kde-neon-core-model-bot at kde.org"
     - git config user.name "kde-neon-core model-bot"
     - git remote add origin_push https://oauth2:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org:neon/ubuntu-core.git || git remote set-url origin_push https://oauth2:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org:neon/ubuntu-core.git
-    - git add ./*.model
+    - git add -f ./*.model
     - git commit -m "Update model files"
     - git push origin_push HEAD:$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME -o ci.skip
   interruptible: true


More information about the Neon-commits mailing list