Skip to content

Commit 479bfd3

Browse files
(CI) fix script styling (#637)
* (CI) fix script styling * Bump VERSION to 1.3.14
1 parent d1b19ef commit 479bfd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.13
1+
1.3.14

ci/install-package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ then
230230
docker exec -t tue-env bash -c 'source ~/.bashrc; git -C "$TUE_SYSTEM_DIR"/src/"$PACKAGE" checkout -f PULLREQUEST --'
231231
else
232232
# Install the package
233-
branch_string="${BRANCH:+"--branch=${BRANCH}"}"
234-
echo -e "\e[35m\e[1mtue-get install ros-${PACKAGE} --test-depend ${branch_string}\e[0m"
233+
branch_string="${BRANCH:+" --branch=${BRANCH}"}"
234+
echo -e "\e[35m\e[1mtue-get install ros-${PACKAGE} --test-depend${branch_string}\e[0m"
235235
docker exec tue-env bash -c 'source ~/.bashrc; tue-get install ros-"${PACKAGE}" --test-depend --branch="${BRANCH}"'
236236

237237
# Set the package to the right commit

0 commit comments

Comments
 (0)