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

Skip to content

Commit ed2b3e1

Browse files
author
Takashi Matsuo
committed
temporarily remove the github/python-docs-samples prefix
1 parent 1f86119 commit ed2b3e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ if [[ $# -ge 1 ]]; then
286286
readonly commands=("${@:1}")
287287
else
288288
log_yellow "Running the tests in a Docker container."
289-
readonly commands=("/v/${TRAMPOLINE_BUILD_FILE}")
289+
# Temporary workaround to remove unnecessary prefix.
290+
real_build_file=${TRAMPOLINE_BUILD_FILE#"github/python-docs-samples/"}
291+
readonly commands=("/v/${real_build_file}")
290292
fi
291293

292294
echo docker run "${docker_flags[@]}" "${TRAMPOLINE_IMAGE}" "${commands[@]}"

0 commit comments

Comments
 (0)