commit 0010d34559e2d57038f5c923bdcca98a84ef84f5
parent 57965067411fb417fcd30cf390d18f1faf5a0a40
Author: Darren Clarke <darren@redaranj.com>
Date: Thu, 7 Dec 2023 08:01:09 +0100
Update Apple CI
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/apple/.gitlab-ci.yml b/apple/.gitlab-ci.yml
@@ -37,6 +37,8 @@ publish_apple:
- git config --global user.name "${GITLAB_USER_NAME}"
- git remote set-url --push origin "https://${GITLAB_ACCESS_USERNAME}:${GITLAB_ACCESS_TOKEN}@gitlab.com/guardianproject/proofmode/simple-c2pa.git"
script:
+ - git pull origin main
+ - git checkout main
- cp out/apple/SimpleC2PA.swift apple/src/SimpleC2PA/
- FRAMEWORK_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/simple_c2pa/${CI_COMMIT_TAG}/SimpleC2PA.xcframework.zip"
- echo "Calculating checksum..."