mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Comment out release hack
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
releaser:
|
||||
maven:
|
||||
buildCommand: ./scripts/build.sh {{systemProps}}
|
||||
deployCommand: echo "skip deploy"
|
||||
#releaser:
|
||||
# maven:
|
||||
# buildCommand: ./scripts/build.sh {{systemProps}}
|
||||
# deployCommand: echo "skip deploy"
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
#./mvnw clean install -B -Pdocs ${@}
|
||||
./mvnw clean install -B -DskipTests ${@}
|
||||
./mvnw clean install -B -Pdocs ${@}
|
||||
#./mvnw clean install -B -DskipTests ${@}
|
||||
|
||||
Reference in New Issue
Block a user