Skip to content

Commit

Permalink
add shared label to volume mount in smoke_test
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
drodowic committed Jun 24, 2024
1 parent cf6397e commit fd59cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ephemeral/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
#DOCKER_IMAGE="python:3"
DOCKER_IMAGE="quay.io/fedora/python-310"
$DOCKERCMD run \
-v $(pwd):/app \
-v $(pwd):/app:z \
--env HUB_USE_MOVE_ENDPOINT="${HUB_USE_MOVE_ENDPOINT}" \
--env HUB_API_ROOT="${HUB_API_ROOT}" \
--env HUB_AUTH_URL="${HUB_AUTH_URL}" \
Expand Down

0 comments on commit fd59cfc

Please sign in to comment.