We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ef4d6 commit 6a060b2Copy full SHA for 6a060b2
ci/test.sh
@@ -14,7 +14,7 @@ main() {
14
15
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
16
17
- if [[ ${CI} && ${GITHUB_REF-} == *master ]]; then
+ if [[ ${CI-} && ${GITHUB_REF-} == *master ]]; then
18
local deployDir
19
deployDir="$(mktemp -d)"
20
cp ci/out/coverage.html "$deployDir/index.html"
0 commit comments