Skip to content

Commit

Permalink
avoid running for 8.x in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 11, 2024
1 parent 12bb9ce commit fab9134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ dra() {
}

dra "snapshot" "$dra_command"
if [[ "${DRA_BRANCH}" != "main" ]]; then
if [[ "${DRA_BRANCH}" != "main" && "${DRA_BRANCH}" != "8.x" ]]; then
echo "DRA_BRANCH is neither 'main' nor '8.x'"
dra "staging" "$dra_command"
fi

0 comments on commit fab9134

Please sign in to comment.