update volume path
This commit is contained in:
parent
afaeae7019
commit
3a4f023df2
@ -15,11 +15,11 @@ jobs:
|
||||
SSH_AUTH_SOCK: /tmp/ssh.sock
|
||||
ENVIRONMENT: dev
|
||||
volumes:
|
||||
- ${{ env.HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts
|
||||
- ${{ vars.BUILDER_VOLUME_HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts
|
||||
- ${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock
|
||||
- /etc/gitconfig:/etc/gitconfig
|
||||
- ${{ env.HOME }}/.gitconfig:/root/.gitconfig
|
||||
- ${{ env.HOME }}/.git-credentials:/root/.git-credentials
|
||||
- ${{ vars.BUILDER_VOLUME_HOME }}/.gitconfig:/root/.gitconfig
|
||||
- ${{ vars.BUILDER_VOLUME_HOME }}/.git-credentials:/root/.git-credentials
|
||||
- /etc/ssl/certs:/etc/ssl/certs
|
||||
- ${{ vars.GITEA_WORKSPACE }}:/go/src
|
||||
options: --cpus 1
|
||||
|
Loading…
Reference in New Issue
Block a user