From b75f6cd6a21fcac616a79c5d7012771364d32231 Mon Sep 17 00:00:00 2001 From: dillon-cullinan Date: Wed, 3 Feb 2021 11:45:36 -0800 Subject: [PATCH] FIX Escape char --- ci/gpu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index b58df3d773f..f011165c6a2 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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