debug volume config
This commit is contained in:
parent
9e2afc4916
commit
c89e63c39f
@ -29,8 +29,6 @@ jobs:
|
|||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: cat ~/.gitconfig
|
|
||||||
- run: ls -al ~/.git*
|
|
||||||
- name: Get packages
|
- name: Get packages
|
||||||
run: go get ./...
|
run: go get ./...
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
|||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
options: --cpus 1
|
options: --cpus 10
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache nodejs
|
- run: apk add --no-cache nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
Loading…
Reference in New Issue
Block a user