Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Mar 22, 2024
1 parent 8e9f32d commit 785bf3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/scripts/gen_coverage_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ set -ex

output_path="$1"

if [ "$BUILDKITE_BRANCH" != "master" ]; then
echo "Coverage metadata is only generated for master branch. Current branch: $BUILDKITE_BRANCH"
exit 0
fi
# if [ "$BUILDKITE_BRANCH" != "master" ] && [ "$BUILDKITE_BRANCH" != "origin/master" ]; then
# echo "Coverage metadata is only generated for master branch. Current branch: $BUILDKITE_BRANCH"
# exit 0
# fi

if [ -z "$BUILDKITE_COMMIT" ]; then
echo "BUILDKITE_COMMIT is not set"
Expand Down

0 comments on commit 785bf3d

Please sign in to comment.