aboutsummaryrefslogtreecommitdiff
path: root/.kokoro
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2021-08-30 13:45:35 -0400
committerGitHub <noreply@github.com>2021-08-30 13:45:35 -0400
commit1db493cafff62e3a9f0b2d8ddf3071199db1af7e (patch)
tree49094a560b2ef040b08a861ef12a40e2b0c31c8e /.kokoro
parente3d34d4cf7098f3d4317f28ee3a8f60a3f8c8558 (diff)
downloadpython-api-core-1db493cafff62e3a9f0b2d8ddf3071199db1af7e.tar.gz
chore: migrate default branch to main (#264)
Diffstat (limited to '.kokoro')
-rwxr-xr-x.kokoro/build.sh2
-rwxr-xr-x.kokoro/test-samples-impl.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 8b9fd8a..0394c8a 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -41,7 +41,7 @@ python3 -m pip install --upgrade --quiet nox
python3 -m nox --version
# If this is a continuous build, send the test log to the FlakyBot.
-# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
+# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
cleanup() {
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
diff --git a/.kokoro/test-samples-impl.sh b/.kokoro/test-samples-impl.sh
index 311a8d5..8a324c9 100755
--- a/.kokoro/test-samples-impl.sh
+++ b/.kokoro/test-samples-impl.sh
@@ -80,7 +80,7 @@ for file in samples/**/requirements.txt; do
EXIT=$?
# If this is a periodic build, send the test log to the FlakyBot.
- # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
+ # See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
$KOKORO_GFILE_DIR/linux_amd64/flakybot