[neon/snap-packaging/kde-qt6-snap] debian: drop whoami check
Carlos De Maine
null at kde.org
Fri Apr 19 00:12:59 BST 2024
Git commit 3850bed04394d40039bbe56348722ac98f02eda3 by Carlos De Maine.
Committed on 18/04/2024 at 23:12.
Pushed by carlosdem into branch 'master'.
drop whoami check
M +0 -1 debian/snap-snapcraft-destructive.yml
M +0 -1 debian/snap-snapcraft-lxd.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-snap/-/commit/3850bed04394d40039bbe56348722ac98f02eda3
diff --git a/debian/snap-snapcraft-destructive.yml b/debian/snap-snapcraft-destructive.yml
index 50d2abe..e88deb8 100644
--- a/debian/snap-snapcraft-destructive.yml
+++ b/debian/snap-snapcraft-destructive.yml
@@ -10,6 +10,5 @@ snap_snapcraft_destructive:
default: true
script:
- echo building $KDE_SNAP_MODULE_NAME with --destructive-mode ...
- - snapcraft whoami
- snapcraft --destructive-mode --verbosity=debug
interruptible: true
diff --git a/debian/snap-snapcraft-lxd.yml b/debian/snap-snapcraft-lxd.yml
index 4c92d57..2440cf4 100644
--- a/debian/snap-snapcraft-lxd.yml
+++ b/debian/snap-snapcraft-lxd.yml
@@ -10,6 +10,5 @@ snap_snapcraft_lxc:
default: true
script:
- echo building $KDE_SNAP_MODULE_NAME with --use-lxd ...
- - snapcraft whoami
- snapcraft --use-lxd --verbosity=debug
interruptible: true
More information about the Neon-commits
mailing list