[neon/ubuntu-core/models.add-models-pipeline] debian: Ensure Make is forced to rebuild the models

Antoine Gonzalez null at kde.org
Thu Aug 8 10:38:28 BST 2024


Git commit 10bffd15273c759ab6cb1bd4847ada9576002404 by Antoine Gonzalez.
Committed on 08/08/2024 at 09:38.
Pushed by daspood into branch 'models.add-models-pipeline'.

Ensure Make is forced to rebuild the models

M  +0    -1    debian/neon-core-image-dangerous.yml
M  +2    -2    debian/neon-core-models.yml

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

diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index 93f457c..54e79b4 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -19,4 +19,3 @@ neon_core_image_dangerous:
     # copy the gun zipped tar to the artifacts dir
     - cp -vf ./*.tar.gz  $CI_PROJECT_DIR/.kde-ci-packages/
   interruptible: true
-
diff --git a/debian/neon-core-models.yml b/debian/neon-core-models.yml
index 828810e..a59481e 100644
--- a/debian/neon-core-models.yml
+++ b/debian/neon-core-models.yml
@@ -33,8 +33,8 @@ neon_core_models:
     - snapcraft whoami
     # build the model with the project's tooling
     - echo re-generating models for $KDE_SNAP_MODULE_NAME ...
-    - make kde-neon-core-dangerous-amd64.model 2>&1 | tee task.log
-    - make kde-neon-core-signed-amd64.model 2>&1 | tee task.log
+    - make -B kde-neon-core-dangerous-amd64.model 2>&1 | tee task.log
+    - make -B kde-neon-core-signed-amd64.model 2>&1 | tee task.log
     # make the artifacts dir
     - mkdir -p $CI_PROJECT_DIR/.kde-ci-packages/
     # copy the new models to the artifacts dir


More information about the Neon-commits mailing list