debug volume config
Some checks failed
Lint / golangci-lint (push) Failing after 9m53s
Declarative Tests / test (push) Failing after 7s

This commit is contained in:
Matthew Rich 2024-05-24 11:21:52 -07:00
parent d7d53d9a77
commit 0474d4561b

View File

@ -15,13 +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
- ${{ vars.BUILDER_VOLUME_HOME }}/.ssh/known_hosts
- ${{ env.SSH_AUTH_SOCK }}
- /etc/gitconfig:/etc/gitconfig
- ${{ vars.BUILDER_VOLUME_HOME }}/.gitconfig
- ${{ vars.BUILDER_VOLUME_HOME }}/.git-credentials
- /etc/ssl/certs
- /go/src
- ${{ vars.GITEA_WORKSPACE }}
volumes:
- ${{ vars.BUILDER_VOLUME_HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts
- ${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock