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 7f4f563 commit 2601251Copy full SHA for 2601251
.buildkite/server_release_pipeline.yml
@@ -6,7 +6,7 @@ steps:
6
- if [ ! -d "out" ]; then echo "'out' directory missing after extraction"; exit 1; fi
7
- chmod +x ./packaging/scripts/prepare_build.sh
8
- ./packaging/scripts/prepare_build.sh
9
- - mvn -DskipTests=true clean deploy -U
+ #- mvn -DskipTests=true clean deploy -U
10
- chmod +x ./packaging/*.sh
11
#- ./packaging/github_release.sh $(buildkite-agent secret get GIT_HUB_TOKEN)
12
- chmod +x ./packaging/scripts/*
0 commit comments