diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e44e448b..027d5b1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ on_setup: - ./scripts/add-commit-status.sh build: - image: nextcloudci/android:android-54 + image: nextcloudci/android8:android-61 stage: build only: - main diff --git a/scripts/sign-build.sh b/scripts/sign-build.sh index e2931a82..259da908 100755 --- a/scripts/sign-build.sh +++ b/scripts/sign-build.sh @@ -11,7 +11,7 @@ # Update the docker container. curl is an outdated version which has to be updated. apt update -apt upgrade curl +apt upgrade curl -y KEYFILE=$(mktemp) curl -X GET "${INSTANCE}/api/v1/repos/${KS_REPO}/contents/${KS_FILE}?token=${BOT_TOKEN}" -H "accept: application/json" | sed 's|"content":"|#|g' | cut -d '#' -f 2 | cut -d '"' -f 1 | base64 -d > ${KEYFILE}