Skip to content

Commit

Permalink
Update install.sh: simplify IN_TESTING check
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 1, 2024
1 parent 67e3112 commit 1d843ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3676,11 +3676,6 @@ fi

#shellcheck disable=SC2119
if [[ $( get_branch ) != "${GITHUB_MAIN_BRANCH}" ]]; then
IN_TESTING="true"
else
IN_TESTING="false"
fi
if [[ ${IN_TESTING} == "true" ]]; then
DEBUG=1; DEBUG_ARG="--debug"; LOG_TYPE="--log"

T="${ALLSKY_HOME}/told"
Expand Down

0 comments on commit 1d843ad

Please sign in to comment.