Skip to content

Commit

Permalink
ci-base-image: Point out how to discover command rewriting details
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 27, 2024
1 parent 2031626 commit 12118e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for i in "$@"; do
cmd+=("$(echo "$i"| sed "/exec/s/bash/bash --login/g")")
done
echo "Using rewritten shell invocation received from executor."
echo "${cmd[@]}"
echo "See https://github.com/inducer/ci-support/blob/main/docker/entrypoint.sh for details."
"${cmd[@]}"
retcode="$?"
echo "return code from command: $retcode"
Expand Down

0 comments on commit 12118e4

Please sign in to comment.