Skip to content

Commit

Permalink
[ci] Get Borealis also for tag builds (#1458) (#1459)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c36176)

Co-authored-by: Jorge Sanz <[email protected]>
  • Loading branch information
github-actions[bot] and jsanz authored Jan 8, 2025
1 parent 291cac4 commit 30a32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "--- :gear: Building"

export EUI_THEME="amsterdam"

if [[ "${BUILDKITE_BRANCH}" == "v9.0" ]]; then
if [[ "${BUILDKITE_BRANCH}" == v9.0* ]]; then
export EUI_THEME="borealis"
echo "Switching to 🌠 Borealis 🌠 theme"
fi
Expand Down

0 comments on commit 30a32ae

Please sign in to comment.