Skip to content

Commit

Permalink
chore: fix prod detection for flakybot (#119)
Browse files Browse the repository at this point in the history
Updates #78.
  • Loading branch information
tbpg committed Aug 9, 2021
1 parent b13da45 commit 9fe189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Expand Up @@ -49,7 +49,7 @@ else
exit_code=$?
fi

if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"prod"* ]]; then
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"generate-prod"* ]]; then
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
$KOKORO_GFILE_DIR/linux_amd64/flakybot
fi
Expand Down

0 comments on commit 9fe189c

Please sign in to comment.