1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

unbound variable

This commit is contained in:
deadc0de6
2023-11-09 14:58:20 +01:00
parent 0fdccf4e51
commit eec85b7c2f

3
tests.sh vendored
View File

@@ -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"