Skip to content

Commit 31a7cf4

Browse files
author
Adrian Cole
committed
temporarily ignores snapshots so that we can release
Signed-off-by: Adrian Cole <[email protected]>
1 parent 079e79f commit 31a7cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-bin/deploy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ "${version}" = "master" ]; then
1010
version=$(sed -En 's/.*<version>(.*)<\/version>.*/\1/p' pom.xml| head -1)
1111
fi
1212

13-
build-bin/maven/maven_deploy
13+
# TODO: remove -DignoreSnapshots=true after ES 8.14.0 is released
14+
build-bin/maven/maven_deploy -DignoreSnapshots=true
1415
export RELEASE_FROM_MAVEN_BUILD=true
1516
build-bin/docker_push ${version}

0 commit comments

Comments
 (0)