debug volume config
This commit is contained in:
parent
7189583c49
commit
080e1b56c5
@ -18,13 +18,13 @@ jobs:
|
|||||||
volumes:
|
volumes:
|
||||||
- "/etc/timezone:/etc/timezone:ro"
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
|
- "${{ vars.GITEA_WORKSPACE }}:/go/src"
|
||||||
- "${{ env.BUILDER_VOLUME_HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts"
|
- "${{ env.BUILDER_VOLUME_HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||||
- "${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
- "${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||||
- "/etc/gitconfig:/etc/gitconfig:ro"
|
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||||
- "${{ env.BUILDER_VOLUME_HOME }}/.gitconfig:/root/.gitconfig:ro"
|
- "${{ env.BUILDER_VOLUME_HOME }}/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "${{ env.BUILDER_VOLUME_HOME }}/.git-credentials:/root/.git-credentials:ro"
|
- "${{ env.BUILDER_VOLUME_HOME }}/.git-credentials:/root/.git-credentials:ro"
|
||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
- "${{ vars.GITEA_WORKSPACE }}:/go/src"
|
|
||||||
options: --cpus 1
|
options: --cpus 1
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache nodejs
|
- run: apk add --no-cache nodejs
|
||||||
|
Loading…
Reference in New Issue
Block a user