Skip to content

Commit

Permalink
adds buildversion override
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Dec 6, 2022
1 parent 046256a commit 5bc583a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup-dockolith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
source $DIR/setup.sh

# Monolith version to test against
export MONOLITH_BUILDVERSION=2022.10.1-begin-254-gaefef87dfc4e
DEFAULT_BUILDVERSION="2022.12.0-begin-223-g8a1b5c30fdda"
export MONOLITH_BUILDVERSION="${MONOLITH_BUILDVERSION:-$DEFAULT_BUILDVERSION}"

set +e
if [ -n "${TEST_SUITE_ID}" ]; then
Expand Down

0 comments on commit 5bc583a

Please sign in to comment.