[neon/ubuntu-core/ci-prototype] debian: no need for a before_script

Carlos De Maine null at kde.org
Fri Apr 26 03:40:18 BST 2024


Git commit 3594109c269a239747387a50c719cf44cdc76ca1 by Carlos De Maine.
Committed on 26/04/2024 at 02:40.
Pushed by carlosdem into branch 'ci-prototype'.

no need for a before_script

M  +1    -2    debian/snap-image-dangerous-proto.yml

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index f821d2a..4bfa12c 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -8,10 +8,9 @@ snap_image_dangerous:
   extends: .snap_base
   inherit:
     default: true
-  before_script:
+  script:
     - snapcraft list-keys
     - echo -e $PRIVATE_KEY | gpg --homedir ~/.snap/gnupg --import
-  script:
     - echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...
     - snapcraft whoami
     - make dangerous


More information about the Neon-commits mailing list