fix deploy target and add bash to release
Some checks failed
/ release-build (push) Successful in 13m11s
/ release-deploy (push) Failing after 31s
/ release-create (push) Failing after 31s

This commit is contained in:
Antoine Martin 2024-08-22 10:13:28 -04:00
parent dd1c74999d
commit aceefb7462
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ set -eu -o pipefail
readonly REPOS="backports user" readonly REPOS="backports user"
readonly QUBES_REL=$( echo $GITHUB_REF_NAME | awk -F '-' '{print $2}') 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 group="qubes/$QUBES_REL"
readonly rpm=$(find . -name 'qubes-template-*.rpm') readonly rpm=$(find . -name 'qubes-template-*.rpm')

View file

@ -41,7 +41,7 @@ jobs:
container: container:
image: alpine:latest image: alpine:latest
env: 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_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }} FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
steps: steps:
@ -60,7 +60,7 @@ jobs:
image: alpine:latest image: alpine:latest
steps: steps:
- name: Setting up environment - name: Setting up environment
run: apk add nodejs curl findutils git gawk run: apk add nodejs curl findutils git gawk bash
- name: Package download - name: Package download
uses: forgejo/download-artifact@v3 uses: forgejo/download-artifact@v3
- name: Release creation - name: Release creation