fix deploy target and add bash to release
This commit is contained in:
parent
dd1c74999d
commit
aceefb7462
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ set -eu -o pipefail
|
|||
|
||||
readonly REPOS="backports user"
|
||||
readonly QUBES_REL=$( echo $GITHUB_REF_NAME | awk -F '-' '{print $2}')
|
||||
readonly TARGET_REPO=$CI_ALPINE_REPO
|
||||
readonly TARGET_REPO=$CI_RPM_REPO
|
||||
|
||||
readonly group="qubes/$QUBES_REL"
|
||||
readonly rpm=$(find . -name 'qubes-template-*.rpm')
|
||||
|
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
|
||||
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/rpm'
|
||||
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
|
||||
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
|
||||
steps:
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
steps:
|
||||
- name: Setting up environment
|
||||
run: apk add nodejs curl findutils git gawk
|
||||
run: apk add nodejs curl findutils git gawk bash
|
||||
- name: Package download
|
||||
uses: forgejo/download-artifact@v3
|
||||
- name: Release creation
|
||||
|
|
Loading…
Reference in a new issue