From 6a060b213f04097849a7e73d6095e96e05748471 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sun, 10 May 2020 06:23:20 -0400 Subject: [PATCH] Fix typo in test.sh --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 64aa772..95ef710 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -14,7 +14,7 @@ main() { go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html - if [[ ${CI} && ${GITHUB_REF-} == *master ]]; then + if [[ ${CI-} && ${GITHUB_REF-} == *master ]]; then local deployDir deployDir="$(mktemp -d)" cp ci/out/coverage.html "$deployDir/index.html" -- GitLab