mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
unbound variable
This commit is contained in:
3
tests.sh
vendored
3
tests.sh
vendored
@@ -19,7 +19,8 @@ echo "current dotdrop version ${dotdrop_version}"
|
|||||||
echo "=> python version:"
|
echo "=> python version:"
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|
||||||
if [ -n "${GH_WORKFLOW}" ]; then
|
in_cicd="${GH_WORKFLOW:-}"
|
||||||
|
if [ -n "${in_cicd}" ]; then
|
||||||
# in CI/CD
|
# in CI/CD
|
||||||
if [ -z "${TERM}" ]; then
|
if [ -z "${TERM}" ]; then
|
||||||
export TERM="linux"
|
export TERM="linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user