Skip to content

Commit

Permalink
Add debugging information when --continuous integration is present
Browse files Browse the repository at this point in the history
  • Loading branch information
jouvin committed Nov 7, 2024
1 parent af0b6e3 commit 9fa6694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/get-template-library
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ fi
# NOTE: currently only Travis is supported
if [ ${use_ci_work_dir} -eq 1 ]
then
echo [ ${verbose} -eq 1 ] && "Configuring continuous integration mode..."
if [ -n "${TRAVIS_BUILD_DIR}" ]
then
ci_work_dir=${TRAVIS_BUILD_DIR}
Expand All @@ -260,6 +261,7 @@ then
echo "TRAVIS_BRANCH not defined: not a Travis build environment, --continuous-integration invalid"
exit 2
fi
[ ${verbose} -eq 1 ] && echo "CI mode: ci_work_dir=${ci_work_dir}, pr_repo=${pr_repo}, pr_target=${pr_target}"
fi

if [ ${add_legacy} -ne 1 ]
Expand Down

0 comments on commit 9fa6694

Please sign in to comment.