Skip to content

Commit

Permalink
unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 9, 2023
1 parent 0fdccf4 commit eec85b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ echo "current dotdrop version ${dotdrop_version}"
echo "=> python version:"
python3 --version

if [ -n "${GH_WORKFLOW}" ]; then
in_cicd="${GH_WORKFLOW:-}"
if [ -n "${in_cicd}" ]; then
# in CI/CD
if [ -z "${TERM}" ]; then
export TERM="linux"
Expand Down

0 comments on commit eec85b7

Please sign in to comment.