Skip to content

Commit d305e37

Browse files
committed
skip build on 8.next missing snapshot docker image
1 parent 9757da9 commit d305e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ if [[ "$ELASTIC_STACK_RETRIEVED_VERSION" != "null" ]]; then
5151
export ELASTIC_STACK_VERSION=$ELASTIC_STACK_RETRIEVED_VERSION
5252
elif [[ "$ELASTIC_STACK_VERSION" == "8.next" ]]; then
5353
# we know "8.next" only exists between FF and GA of a minor
54-
exit 0
54+
# exit 1 so the build is skipped
55+
exit 1
5556
fi
5657

5758
case "${DISTRIBUTION}" in

0 commit comments

Comments
 (0)