fix vars
This commit is contained in:
parent
bf8c39638c
commit
f361a33d02
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
# shellcheck disable=SC3040
|
# shellcheck disable=SC3040
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
readonly APORTSDIR=$GITHUB_WORKSPACE
|
|
||||||
readonly REPOS="backports user"
|
readonly REPOS="backports user"
|
||||||
readonly BASEBRANCH=$GITHUB_BASE_REF
|
readonly BASEBRANCH=$GITHUB_BASE_REF
|
||||||
readonly TARGET_REPO=$CI_ALPINE_REPO
|
readonly TARGET_REPO=$CI_ALPINE_REPO
|
||||||
|
|
|
@ -12,7 +12,6 @@ jobs:
|
||||||
CI_DEBUG_BUILD: ${{ runner.debug }}
|
CI_DEBUG_BUILD: ${{ runner.debug }}
|
||||||
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
|
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
|
||||||
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
|
|
||||||
steps:
|
steps:
|
||||||
- run: doas apk add nodejs git patch
|
- 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'
|
- 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
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
env:
|
||||||
|
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs curl findutils git gawk
|
- run: apk add nodejs curl findutils git gawk
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue