Skip to content

Commit

Permalink
Merge pull request quattor#362 from jouvin/get-template-libary_debugging
Browse files Browse the repository at this point in the history
Add debugging information when --continuous integration is present
  • Loading branch information
jouvin authored Nov 7, 2024
2 parents af0b6e3 + 9fa6694 commit f64305b
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 f64305b

Please sign in to comment.