Compare commits

..

1 commit

Author SHA1 Message Date
eee107ea3c ilot/forgejo-aneksajo: upgrade to 11.0.0_git0
Some checks failed
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 26s
/ lint (pull_request) Failing after 28s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 31s
2025-05-06 18:03:31 +00:00
3 changed files with 3 additions and 7 deletions

View file

@ -19,8 +19,7 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
doas apk upgrade -a doas apk add nodejs-current git patch curl net-tools
doas apk add nodejs git patch curl net-tools
doas hostname host.docker.internal doas hostname host.docker.internal
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key

View file

@ -19,8 +19,7 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
doas apk upgrade -a doas apk add nodejs-current git patch curl net-tools
doas apk add nodejs git patch curl net-tools
doas hostname host.docker.internal doas hostname host.docker.internal
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key

View file

@ -14,9 +14,7 @@ jobs:
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 }}
steps: steps:
- run: | - run: doas apk add nodejs-current git
doas apk upgrade -a
doas apk add nodejs git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 500 fetch-depth: 500