Browse Source

Use pwd

pull/740/head
Tim Kimber 6 years ago
parent
commit
11c3d5c51d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/run-test.sh

+ 1
- 1
test/run-test.sh View File

@ -23,7 +23,7 @@ fi
docker build --rm -f "test/Dockerfile-$OS" -t "getssl-$OS" .
docker run \
--env GETSSL_HOST="$OS.getssl.test" \
-v .:/getssl \
-v $(pwd):/getssl \
--rm \
--network getssl_acmenet\
--network-alias $ALIAS \


Loading…
Cancel
Save