Skip to content

Commit 5bc583a

Browse files
adds buildversion override
1 parent 046256a commit 5bc583a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup-dockolith.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
44
source $DIR/setup.sh
55

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

910
set +e
1011
if [ -n "${TEST_SUITE_ID}" ]; then

0 commit comments

Comments
 (0)