We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757da9 commit d305e37Copy full SHA for d305e37
docker-setup.sh
@@ -51,7 +51,8 @@ if [[ "$ELASTIC_STACK_RETRIEVED_VERSION" != "null" ]]; then
51
export ELASTIC_STACK_VERSION=$ELASTIC_STACK_RETRIEVED_VERSION
52
elif [[ "$ELASTIC_STACK_VERSION" == "8.next" ]]; then
53
# we know "8.next" only exists between FF and GA of a minor
54
- exit 0
+ # exit 1 so the build is skipped
55
+ exit 1
56
fi
57
58
case "${DISTRIBUTION}" in
0 commit comments