Skip to content

Commit

Permalink
FIX Escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
dillon-cullinan committed Feb 3, 2021
1 parent ee6533d commit b75f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ gpuci_logger "Test notebooks"
${WORKSPACE}/ci/gpu/test-notebooks.sh 2>&1 | tee nbtest.log
python ${WORKSPACE}/ci/utils/nbtestlog2junitxml.py nbtest.log

if [ -n "\${CODECOV_TOKEN}" ]; then
if [ -n "${CODECOV_TOKEN}" ]; then
codecov -t $CODECOV_TOKEN
fi

Expand Down

0 comments on commit b75f6cd

Please sign in to comment.