[education/labplot] /: CI: fix Craft root for re-sign with entitlement
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 327f271cf17f578bed92c00e02e846609f4fe550 by Stefan Gerlach.
Committed on 30/07/2026 at 14:44.
Pushed by sgerlach into branch 'master'.
CI: fix Craft root for re-sign with entitlement
M +1 -1 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/327f271cf17f578bed92c00e02e846609f4fe550
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdadcf1fcf..b103412477 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,7 @@ craft_macos_qt6_arm64:
# Build the actual application
- craftmaster -c --no-cache --options $CI_PROJECT_NAME.srcDir=$CI_PROJECT_DIR/src/ $CI_PROJECT_NAME
# Re-sign with entitlements (Craft doesn't pick them up automatically yet)
- - APP_PATH=$CraftRoot/Applications/KDE/LabPlot.app
+ - APP_PATH=$CRAFT_ROOT/Applications/KDE/LabPlot.app
- echo "Applying entitlements to LabPlot.app"
- codesign --force --deep --sign - --entitlements $CI_PROJECT_DIR/src/labplot.entitlements $APP_PATH
- echo "Verifying entitlements:"