Comment out release hack
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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