Skip to content

Commit

Permalink
Revert "Test: REVERT THIS"
Browse files Browse the repository at this point in the history
This reverts commit 84f65ad.
  • Loading branch information
karimodm committed Nov 1, 2023
1 parent 018eda1 commit f204c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-network/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Create snapshot"
docker run --rm \
--user $(id -u) \
-v "$(realpath $(pwd)/../../):/workspace" \
-v "$(go env BLA):/go-cache" \
-v "${HOME}/.cache/go-build:/go-cache" \
-v "${HOME}/go/pkg/mod:/go-mod-cache" \
-e GOCACHE="/go-cache" \
-e GOMODCACHE="/go-mod-cache" \
Expand Down

0 comments on commit f204c7b

Please sign in to comment.