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
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-data-fusion/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
Fixes#19 🦕
Release-As: 1.0.0
# 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: .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
0 commit comments