[neon/ubuntu-core/ago/generate-model-in-ci] debian: Fix rules formatting

Antoine Gonzalez null at kde.org
Wed Jul 17 16:06:05 BST 2024


Git commit 430a52c9e64754176f668b8a60b9424a528ef1bd by Antoine Gonzalez.
Committed on 17/07/2024 at 15:05.
Pushed by daspood into branch 'ago/generate-model-in-ci'.

Fix rules formatting

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

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

diff --git a/debian/snap-image-model-dangerous.yml b/debian/snap-image-model-dangerous.yml
index a0874a6..866a7db 100644
--- a/debian/snap-image-model-dangerous.yml
+++ b/debian/snap-image-model-dangerous.yml
@@ -50,5 +50,5 @@ snap_image_model_dangerous:
     # delete the snapcraft auth creds
     - rm kde-neon-core-image-key
   rules:
-    changes:
+    - changes:
       - kde-neon-core-amd64.json  # Only re-generate the models when the base model file is changed
diff --git a/debian/snap-image-model-signed.yml b/debian/snap-image-model-signed.yml
index d36309b..fdb14ff 100644
--- a/debian/snap-image-model-signed.yml
+++ b/debian/snap-image-model-signed.yml
@@ -50,5 +50,5 @@ snap_image_model_signed:
     # delete the snapcraft auth creds
     - rm kde-neon-core-image-key
   rules:
-    changes:
+    - changes:
       - kde-neon-core-amd64.json  # Only re-generate the models when the base model file is changed


More information about the Neon-commits mailing list