Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed2b3e1

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.kokoro/trampoline_v2.sh

Copy file name to clipboardExpand all lines: .kokoro/trampoline_v2.sh
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.