debug volume config
This commit is contained in:
parent
080e1b56c5
commit
024a7d52d7
@ -18,10 +18,10 @@ jobs:
|
|||||||
volumes:
|
volumes:
|
||||||
- "/etc/timezone:/etc/timezone:ro"
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
|
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||||
|
- "${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||||
- "${{ vars.GITEA_WORKSPACE }}:/go/src"
|
- "${{ 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"
|
|
||||||
- "/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"
|
||||||
|
Loading…
Reference in New Issue
Block a user