fix vars
Some checks failed
/ deploy (pull_request) Failing after 26s
/ build-x86_64 (pull_request) Successful in 41s
/ lint (pull_request) Successful in 23s

This commit is contained in:
Antoine Martin 2024-08-11 21:04:59 -04:00
parent bf8c39638c
commit f361a33d02
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,6 @@
# shellcheck disable=SC3040
set -eu -o pipefail
readonly APORTSDIR=$GITHUB_WORKSPACE
readonly REPOS="backports user"
readonly BASEBRANCH=$GITHUB_BASE_REF
readonly TARGET_REPO=$CI_ALPINE_REPO

View file

@ -12,7 +12,6 @@ jobs:
CI_DEBUG_BUILD: ${{ runner.debug }}
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
steps:
- run: doas apk add nodejs git patch
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
@ -30,6 +29,8 @@ jobs:
runs-on: x86_64
container:
image: alpine:latest
env:
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
steps:
- run: apk add nodejs curl findutils git gawk
- uses: actions/checkout@v4