Compare commits
1 commit
5710c9623f
...
eee107ea3c
Author | SHA1 | Date | |
---|---|---|---|
eee107ea3c |
3 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue