Skip to content

Commit

Permalink
Merge pull request #363 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 f64305b + 617925f commit 4257ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/get-template-library
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +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..."
[ ${verbose} -eq 1 ] && echo "Configuring continuous integration mode..."
if [ -n "${TRAVIS_BUILD_DIR}" ]
then
ci_work_dir=${TRAVIS_BUILD_DIR}
Expand Down Expand Up @@ -530,7 +530,7 @@ do
then
dest_dir=$(echo ${dest_dir} | sed -e 's/-spma//')
fi
echo Copying Git branch ${branch_or_tag} contents to ${dest_dir}...
echo "Copying Git branch ${branch_or_tag} contents (${src_dir}) to ${dest_dir}..."
mkdir -p ${dest_dir}
cp -R ${src_dir}/* ${dest_dir}

Expand Down

0 comments on commit 4257ca4

Please sign in to comment.