This repository was archived by the owner on Mar 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python3 -m pip install --upgrade --quiet nox
4141python3 -m nox --version
4242
4343# If this is a continuous build, send the test log to the FlakyBot.
44- # See https://github.com/googleapis/repo-automation-bots/tree/master /packages/flakybot.
44+ # See https://github.com/googleapis/repo-automation-bots/tree/main /packages/flakybot.
4545if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " continuous" * ]]; then
4646 cleanup () {
4747 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
8080 EXIT=$?
8181
8282 # If this is a periodic build, send the test log to the FlakyBot.
83- # See https://github.com/googleapis/repo-automation-bots/tree/master /packages/flakybot.
83+ # See https://github.com/googleapis/repo-automation-bots/tree/main /packages/flakybot.
8484 if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
8585 chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
8686 $KOKORO_GFILE_DIR /linux_amd64/flakybot
Original file line number Diff line number Diff line change 3737s .move (templated_files / ".github" )
3838s .move (templated_files / ".gitignore" )
3939
40+ # Remove the replacement below once https://github.com/googleapis/synthtool/pull/1188 is merged
41+
42+ # Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
43+ s .replace (".kokoro/*.sh" , "repo-automation-bots/tree/master" , "repo-automation-bots/tree/main" )
4044
4145# Add license headers
42- python .fix_pb2_headers ()
46+ python .fix_pb2_headers ()
You can’t perform that action at this time.
0 commit comments