debug volume config
This commit is contained in:
parent
024a7d52d7
commit
fc58827d7e
@ -14,16 +14,17 @@ jobs:
|
|||||||
GOPATH: /
|
GOPATH: /
|
||||||
SSH_AUTH_SOCK: /tmp/ssh.sock
|
SSH_AUTH_SOCK: /tmp/ssh.sock
|
||||||
ENVIRONMENT: dev
|
ENVIRONMENT: dev
|
||||||
|
WORKSPACE: "${{ vars.GITEA_WORKSPACE }}"
|
||||||
BUILDER_VOLUME_HOME: "${{ vars.BUILDER_VOLUME_HOME }}"
|
BUILDER_VOLUME_HOME: "${{ vars.BUILDER_VOLUME_HOME }}"
|
||||||
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"
|
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||||
- "${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
- "/${{ 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.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"
|
||||||
options: --cpus 1
|
options: --cpus 1
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user