mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
put volume mount into correct docker statement
This commit is contained in:
@@ -6,5 +6,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run: docker build -f ./docker/Dockerfile.testing -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git -t local/pspy-testing:latest .
|
- run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest .
|
||||||
- run: docker run -it local/pspy-testing:latest
|
- run: docker run -it -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git local/pspy-testing:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user