Updating deploy command
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} ${@}
|
||||
./mvnw deploy -DskipTests -B -Pfast,deploy ${@}
|
||||
./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush ${@}
|
||||
|
||||
Reference in New Issue
Block a user