[neon/snap-packaging/plasma-core-desktop-snap] /: add .gitlab-ci.yml file

Carlos De Maine null at kde.org
Tue Apr 23 23:57:21 BST 2024


Git commit 598f4dcd3b529f26f144f489f3a4e8a985247281 by Carlos De Maine.
Committed on 23/04/2024 at 22:57.
Pushed by carlosdem into branch 'master'.

add .gitlab-ci.yml file

A  +12   -0    .gitlab-ci.yml

https://invent.kde.org/neon/snap-packaging/plasma-core-desktop-snap/-/commit/598f4dcd3b529f26f144f489f3a4e8a985247281

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..5e3bca9
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+# SPDX-FileCopyrightText: none
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/snap-snapcraft-lxd.yml
+
+default:
+    before_script:
+    - cp attic/999-zzz-passwordless-root-on-serial.chroot ./hooks
+    - cp attic/snap-connections.txt ./
\ No newline at end of file


More information about the Neon-commits mailing list