Skip to content

Commit

Permalink
(CI) fix logging of debug args (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored May 8, 2024
2 parents b893fdc + 2ef5508 commit 82f03a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.7
1.25.8
4 changes: 2 additions & 2 deletions ci/install-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ then

# Install the package completely
branch_string=${BRANCH:+" --try-branch=${BRANCH}"}
echo -e "\e[35;1mtue-get install ros-${PACKAGE} --test-depend${branch_string} --try-branch=PULLREQUEST\e[0m"
echo -e "\e[35;1mtue-get install ros-${PACKAGE} --test-depend${branch_string} --try-branch=PULLREQUEST ${ADDITIONAL_ARGS_TUE_GET[*]}\e[0m"
docker exec -t tue-env bash -c 'source ~/.bashrc; tue-get install ros-"${PACKAGE}" --test-depend --try-branch="${BRANCH}" --try-branch=PULLREQUEST '"${ADDITIONAL_ARGS_TUE_GET[*]}"

# Checkout -f to be really sure
Expand All @@ -259,7 +259,7 @@ then
else
# Install the package
branch_string=${BRANCH:+" --try-branch=${BRANCH}"}
echo -e "\e[35;1mtue-get install ros-${PACKAGE} --test-depend${branch_string}\e[0m"
echo -e "\e[35;1mtue-get install ros-${PACKAGE} --test-depend${branch_string} ${ADDITIONAL_ARGS_TUE_GET[*]}\e[0m"
docker exec -t tue-env bash -c 'source ~/.bashrc; tue-get install ros-"${PACKAGE}" --test-depend --try-branch="${BRANCH}" '"${ADDITIONAL_ARGS_TUE_GET[*]}"

# Set the package to the right commit
Expand Down

0 comments on commit 82f03a1

Please sign in to comment.