[education/rkward] /: Fix ci/cd setup

Thomas Friedrichsmeier null at kde.org
Tue Apr 22 20:58:17 BST 2025


Git commit 73cabd039d839764a2f0f142093c3fb456f10d42 by Thomas Friedrichsmeier.
Committed on 22/04/2025 at 19:57.
Pushed by tfry into branch 'master'.

Fix ci/cd setup

M  +3    -3    .gitlab-ci.yml

https://invent.kde.org/education/rkward/-/commit/73cabd039d839764a2f0f142093c3fb456f10d42

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b82921952..3ae3f5ce0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ craft_windows_qt6_x86_64:
       # we don't want the manual job to block the pipeline
       allow_failure: true
 
-craft_appimage_qt6:
+craft_appimage_qt6_x86_64:
   rules:
     # run the job on mainline branches of mainline repositories
     - if: $KDECI_SECURE_SERVICES_KEY
@@ -39,7 +39,7 @@ craft_appimage_qt6:
       # we don't want the manual job to block the pipeline
       allow_failure: true
 
-craft_macos_arm64_qt6:
+craft_macos_qt6_arm64:
   rules:
     # run the job on mainline branches of mainline repositories
     - if: $KDECI_SECURE_SERVICES_KEY
@@ -50,7 +50,7 @@ craft_macos_arm64_qt6:
       # we don't want the manual job to block the pipeline
       allow_failure: true
 
-craft_macos_x86_64_qt6:
+craft_macos_qt6_x86_64:
   rules:
     # run the job on mainline branches of mainline repositories
     - if: $KDECI_SECURE_SERVICES_KEY


More information about the rkward-tracker mailing list