Skip to content

Commit 2601251

Browse files
committed
disable all but the docker
1 parent 7f4f563 commit 2601251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/server_release_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- if [ ! -d "out" ]; then echo "'out' directory missing after extraction"; exit 1; fi
77
- chmod +x ./packaging/scripts/prepare_build.sh
88
- ./packaging/scripts/prepare_build.sh
9-
- mvn -DskipTests=true clean deploy -U
9+
#- mvn -DskipTests=true clean deploy -U
1010
- chmod +x ./packaging/*.sh
1111
#- ./packaging/github_release.sh $(buildkite-agent secret get GIT_HUB_TOKEN)
1212
- chmod +x ./packaging/scripts/*

0 commit comments

Comments
 (0)