deploy
All checks were successful
/ lint (pull_request) Successful in 28s
/ deploy-edge (pull_request) Successful in 25s
/ build-edge (pull_request) Successful in 1m22s

This commit is contained in:
Antoine Martin 2024-08-16 01:01:25 -04:00
parent d4522ca45e
commit 5ccd0016bf
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -5,7 +5,7 @@ set -eu -o pipefail
readonly BASEBRANCH=$(grep PRETTY_NAME /etc/os-release | awk '{print $3}' | tr -d '"') readonly BASEBRANCH=$(grep PRETTY_NAME /etc/os-release | awk '{print $3}' | tr -d '"')
readonly TARGET_REPO=$CI_ALPINE_REPO readonly TARGET_REPO=$CI_ALPINE_REPO
readonly QUBES_REL=$CI_MERGE_REQUEST_TARGET_BRANCH_NAME readonly QUBES_REL=GITHUB_BASE_REF
apkgs=$(find package -type f -name "*.apk") apkgs=$(find package -type f -name "*.apk")