[neon/ubuntu-core] debian: pre-approve apt upgrades and package installation

Carlos De Maine null at kde.org
Fri Mar 29 11:12:25 GMT 2024


Git commit 64b4a8feceff0d458ed531620be4521c59839f9c by Carlos De Maine.
Committed on 29/03/2024 at 11:12.
Pushed by carlosdem into branch 'master'.

pre-approve apt upgrades and package installation

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

https://invent.kde.org/neon/ubuntu-core/-/commit/64b4a8feceff0d458ed531620be4521c59839f9c

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 23bf307..5f9d71f 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 dist-upgrade && apt install software-properties-common
+    - apt update && apt -y dist-upgrade && apt -y install software-properties-common
     - add-apt-repository ppa:carlos-demaine/snapcraft-gitab
-    - apt update && apt dist-upgrade
+    - apt update && apt -y dist-upgrade
 
 container: 
   stage: snapcraft


More information about the Neon-commits mailing list