Commit 12118e4c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

ci-base-image: Point out how to discover command rewriting details

parent 2031626a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"