File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python3 -m pip install --upgrade --quiet nox
41
41
python3 -m nox --version
42
42
43
43
# If this is a continuous build, send the test log to the FlakyBot.
44
- # See https://github.com/googleapis/repo-automation-bots/tree/main /packages/flakybot.
44
+ # See https://github.com/googleapis/repo-automation-bots/tree/master /packages/flakybot.
45
45
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " continuous" * ]]; then
46
46
cleanup () {
47
47
chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ for file in samples/**/requirements.txt; do
80
80
EXIT=$?
81
81
82
82
# If this is a periodic build, send the test log to the FlakyBot.
83
- # See https://github.com/googleapis/repo-automation-bots/tree/main /packages/flakybot.
83
+ # See https://github.com/googleapis/repo-automation-bots/tree/master /packages/flakybot.
84
84
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
85
85
chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
86
86
$KOKORO_GFILE_DIR /linux_amd64/flakybot
You can’t perform that action at this time.
0 commit comments