Browse Source

No tty in gitactions

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

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

@ -21,7 +21,7 @@ else
fi
docker build --rm -f "test/Dockerfile-$OS" -t "getssl-$OS" .
docker run -it \
docker run \
--env GETSSL_HOST="$OS.getssl.test" \
-v .:/getssl \
--rm \


Loading…
Cancel
Save