Skip to content

Commit

Permalink
Echo SSH_AUTH_SOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 7a085a2 commit f581d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
- run: docker run --rm -it -v `pwd`":/app" `echo $DOCKER_SSHAGENT` multikeyjwt:tox
- name: Echo SSH_AUTH_SOCK
run: echo $SSH_AUTH_SOCK
- run: docker run --rm -it -v ${{ github.workspace }}:/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK multikeyjwt:tox

0 comments on commit f581d1b

Please sign in to comment.