use HOST
This commit is contained in:
parent
f8e536af99
commit
1bba826ae1
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue