Browse Source

Ensure GETSSL_OS variable is set

pull/618/head
Tim Kimber 5 years ago
parent
commit
f33f796c93
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      test/run-test.cmd
  2. +1
    -0
      test/run-test.sh

+ 1
- 0
test/run-test.cmd View File

@ -12,6 +12,7 @@ IF NOT x%OS:duck=%==x%OS% GOTO duckdns
IF NOT x%OS:dynu=%==x%OS% GOTO dynu
set ALIAS=%OS%.getssl.test
set STAGING=
set GETSSL_OS=%OS%
GOTO Run
:NoOS


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

@ -25,6 +25,7 @@ elif [[ "$OS" == *"dynu"* ]]; then
else
ALIAS="$OS.getssl.test"
STAGING=""
GETSSL_OS=$OS
fi
docker build --rm -f "test/Dockerfile-$OS" -t "getssl-$OS" .


Loading…
Cancel
Save