simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit d3c7b8aa0956480d25b99126b8ac1ecc7c9c191c
parent 511faddcb8f5d345cf1ce5db4f8cacad5987aa52
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  6 Dec 2023 16:17:12 +0000

Update .gitlab-ci.yml
Diffstat:
Mapple/.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apple/.gitlab-ci.yml b/apple/.gitlab-ci.yml @@ -35,7 +35,7 @@ publish_apple: - apt-get update && apt-get install -y git perl - git config --global user.email "${GITLAB_USER_EMAIL}" - git config --global user.name "${GITLAB_USER_NAME}" - - set-url --push origin "https://${GITLAB_ACCESS_USERNAME}:${GITLAB_ACCESS_TOKEN}@gitlab.com/guardianproject/proofmode/simple-c2pa.git" + - git remote set-url --push origin "https://${GITLAB_ACCESS_USERNAME}:${GITLAB_ACCESS_TOKEN}@gitlab.com/guardianproject/proofmode/simple-c2pa.git" script: - 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"