Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fdfc09

Browse files
author
Takashi Matsuo
committed
remove unnecessary workaround
1 parent b3f93a1 commit 6fdfc09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,7 @@ if [[ $# -ge 1 ]]; then
320320
docker run "${docker_flags[@]}" "${TRAMPOLINE_IMAGE}" "${commands[@]}"
321321
else
322322
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}")
323+
docker_flags+=("--entrypoint=${TRAMPOLINE_BUILD_FILE}")
326324
if [[ "${TRAMPOLINE_SHOW_COMMAND:-false}" == "true" ]]; then
327325
echo docker run "${docker_flags[@]}" "${TRAMPOLINE_IMAGE}"
328326
fi

0 commit comments

Comments
 (0)