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

This commit is contained in:
Matthew Rich 2024-05-24 19:16:20 -07:00
parent 7189583c49
commit 080e1b56c5

View File

@ -18,13 +18,13 @@ jobs:
volumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
- "${{ vars.GITEA_WORKSPACE }}:/go/src"
- "${{ 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 }}/.git-credentials:/root/.git-credentials:ro"
- "/etc/ssl/certs:/etc/ssl/certs:ro"
- "${{ vars.GITEA_WORKSPACE }}:/go/src"
options: --cpus 1
steps:
- run: apk add --no-cache nodejs