attempt
Some checks failed
/ lint (pull_request) Successful in 25s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 32s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 37m28s

This commit is contained in:
Antoine Martin 2024-09-20 16:46:08 -04:00
parent 1bba826ae1
commit 68bc156859
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -19,8 +19,8 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
doas apk add nodejs git patch curl sed doas apk add nodejs git patch curl sed net-tools
doas sed -i "s|host.docker.internal|host.docker.internal $HOST|" /etc/hosts 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
- name: Repo pull - name: Repo pull