[neon/ubuntu-core] debian: comment out root requirements

Carlos De Maine null at kde.org
Sun Apr 7 12:27:09 BST 2024


Git commit 83f10e0740422906f2de144837b2bc139ac80f0d by Carlos De Maine.
Committed on 07/04/2024 at 11:27.
Pushed by carlosdem into branch 'master'.

comment out root requirements

M  +3    -3    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/83f10e0740422906f2de144837b2bc139ac80f0d

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index cc54923..abab6fc 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -13,9 +13,9 @@ stages:
 prepare:
   stage: prepare_helper_image
   script:
-    - apt update && apt -y dist-upgrade && apt -y install software-properties-common
-    - add-apt-repository ppa:carlos-demaine/snapcraft-gitab
-    - apt update && apt -y dist-upgrade && apt -y install crun
+#    - apt update && apt -y dist-upgrade && apt -y install software-properties-common
+#    - add-apt-repository ppa:carlos-demaine/snapcraft-gitab
+#    - apt update && apt -y dist-upgrade && apt -y install crun
 
 container: 
   stage: snapcraft


More information about the Neon-commits mailing list