good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 6a060b21 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Fix typo in test.sh

parent f5ef4d68
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment