Skip to content

Commit

Permalink
properly pass through command-line args in docker/bash.sh (apache#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored and Tushar Dey committed Oct 14, 2020
1 parent 64ce9a3 commit cc3a3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ ${DOCKER_BINARY} run --rm --pid=host\
"${CI_DOCKER_EXTRA_PARAMS[@]}" \
${DOCKER_IMAGE_NAME} \
bash --login /docker/with_the_same_user \
${COMMAND[@]}
"${COMMAND[@]}"
2 changes: 1 addition & 1 deletion docker/with_the_same_user
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ JAVA_HOME=${JAVA_HOME} \
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} \
PYTHONPATH=${PYTHONPATH} \
HOME=${CI_BUILD_HOME} \
${COMMAND[@]}
"${COMMAND[@]}"

0 comments on commit cc3a3ba

Please sign in to comment.