Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269f23 commit 45c4854Copy full SHA for 45c4854
.kokoro/tests/run_tests.sh
@@ -55,7 +55,7 @@ fi
55
if [[ ! -z $KOKORO_GITHUB_PULL_REQUEST_NUMBER ]]; then
56
curl -s "https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples/pulls/$KOKORO_GITHUB_PULL_REQUEST_NUMBER" \
57
| grep "kokoro:lite" > /dev/null
58
- if [[ $? -eq 0 ]]; then # && [[ "${RUN_TESTS_SESSION}" != "py-2.7" ]]; then
+ if [[ $? -eq 0 ]] && [[ "${RUN_TESTS_SESSION}" != "py-2.7" ]]; then
59
# Skip this build
60
echo "This build is being skipped!"
61
echo " GitHub PRs with the 'kokoro:lite'"
0 commit comments