You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
45
45
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"continuous"* ]];then
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.kokoro/test-samples-impl.sh
+1-1Lines changed: 1 addition & 1 deletion
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/master/packages/flakybot.
83
+
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
84
84
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"periodic"* ]];then
may cause problems creating links or rendering the description.
224
224
225
225
.. _description on PyPI: https://pypi.org/project/{{metadata['repo']['distribution_name']}}
@@ -240,7 +240,7 @@ We support:
240
240
241
241
Supported versions can be found in our ``noxfile.py`` `config`_.
0 commit comments