use HOST
Some checks failed
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 20s
/ lint (pull_request) Successful in 22s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 32s

This commit is contained in:
Antoine Martin 2024-09-20 16:43:34 -04:00
parent f8e536af99
commit 1bba826ae1
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 6 deletions

View file

@ -19,9 +19,8 @@ jobs:
steps:
- name: Environment setup
run: |
doas apk add nodejs git patch curl sed bash
read _hostname < /etc/hostname
doas sed -i "s|host.docker.internal|host.docker.internal $_hostname|" /etc/hosts
doas apk add nodejs git patch curl sed
doas sed -i "s|host.docker.internal|host.docker.internal $HOST|" /etc/hosts
cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull

View file

@ -19,9 +19,8 @@ jobs:
steps:
- name: Environment setup
run: |
doas apk add nodejs git patch curl sed bash
read _hostname < /etc/hostname
doas sed -i "s|host.docker.internal|host.docker.internal $_hostname|" /etc/hosts
doas apk add nodejs git patch curl sed
doas sed -i "s|host.docker.internal|host.docker.internal $HOST|" /etc/hosts
cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull