Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f93a1 commit 6fdfc09Copy full SHA for 6fdfc09
.kokoro/trampoline_v2.sh
@@ -320,9 +320,7 @@ if [[ $# -ge 1 ]]; then
320
docker run "${docker_flags[@]}" "${TRAMPOLINE_IMAGE}" "${commands[@]}"
321
else
322
log_yellow "Running the tests in a Docker container."
323
- # Temporary workaround to remove unnecessary prefix.
324
- real_build_file=${TRAMPOLINE_BUILD_FILE#"github/python-docs-samples/"}
325
- docker_flags+=("--entrypoint=${real_build_file}")
+ docker_flags+=("--entrypoint=${TRAMPOLINE_BUILD_FILE}")
326
if [[ "${TRAMPOLINE_SHOW_COMMAND:-false}" == "true" ]]; then
327
echo docker run "${docker_flags[@]}" "${TRAMPOLINE_IMAGE}"
328
fi
0 commit comments