Make publish.sh call docker.sh first.
This commit is contained in:
@@ -5,6 +5,8 @@ export VERSION=$(git describe --tags --exact-match 2>/dev/null \
|
||||
|| git symbolic-ref --short -q HEAD \
|
||||
|| git rev-parse --short HEAD)
|
||||
|
||||
./docker.sh
|
||||
|
||||
echo "Publishing artifact to local Maven repo ($VERSION)..."
|
||||
./gradlew -Pversion=$VERSION publishToMavenLocal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user