update volume path
Some checks failed
Lint / golangci-lint (push) Failing after 9m55s
Declarative Tests / test (push) Failing after 7s

This commit is contained in:
Matthew Rich 2024-05-24 11:06:06 -07:00
parent b7445a668a
commit d7d53d9a77

View File

@ -15,7 +15,13 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh.sock
ENVIRONMENT: dev
valid_volumes:
- '**'
- /root/.ssh/known_hosts
- /tmp/ssh.sock
- /etc/gitconfig
- /root/.gitconfig
- /root/.git-credentials
- /etc/ssl/certs
- /go/src
volumes:
- ${{ vars.BUILDER_VOLUME_HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts
- ${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock