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 df123b802a3509585b013c7346fc3ae121225dff
parent daf8932a081e60ccd1de8a8ada35ba3f66221b0d
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  8 Nov 2023 14:54:04 +0100

Add bash

Diffstat:
Mmobile/android/.gitlab-ci.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mobile/android/.gitlab-ci.yml b/mobile/android/.gitlab-ci.yml @@ -13,7 +13,7 @@ services: alias: localhost before_script: - - apk add --no-cache curl build-base libgcc + - apk add --no-cache curl build-base libgcc bash - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - source $HOME/.cargo/env - rustup override set $RUST_VERSION @@ -23,8 +23,9 @@ build_android: stage: build script: - pwd + - which bash - chmod +x ./mobile/android/build.sh - - ./mobile/android/build.sh + - /bin/bash ./mobile/android/build.sh artifacts: paths: - ./out/