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 dcf3b548c45cb122647e7c4b0ff75df99663f9e3
parent 67ad2f578461b947d9be578787a85b3177bef450
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  6 Dec 2023 16:23:23 +0100

Fix Git push URL

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" + - 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/apple-v0.${CI_PIPELINE_IID}/SimpleC2PA.xcframework.zip"