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 079e79f commit 31a7cf4Copy full SHA for 31a7cf4
build-bin/deploy
@@ -10,6 +10,7 @@ if [ "${version}" = "master" ]; then
10
version=$(sed -En 's/.*<version>(.*)<\/version>.*/\1/p' pom.xml| head -1)
11
fi
12
13
-build-bin/maven/maven_deploy
+# TODO: remove -DignoreSnapshots=true after ES 8.14.0 is released
14
+build-bin/maven/maven_deploy -DignoreSnapshots=true
15
export RELEASE_FROM_MAVEN_BUILD=true
16
build-bin/docker_push ${version}
0 commit comments