Bumping WireMock to 2.1.7 (#27)
* Bumping WireMock to 2.1.7 * Added samples to the project * Updated docs fixes #26, #7
This commit is contained in:
committed by
GitHub
parent
1bed00ccf9
commit
ebf8dd4b67
14
scripts/deploy.sh
Executable file
14
scripts/deploy.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
|
||||
ROOT_FOLDER=`pwd`
|
||||
echo "Current folder is $ROOT_FOLDER"
|
||||
|
||||
if [[ ! -e "${ROOT_FOLDER}/.git" ]]; then
|
||||
cd ..
|
||||
ROOT_FOLDER=`pwd`
|
||||
fi
|
||||
|
||||
|
||||
./mvnw clean install && (cd *-gradle-plugin; ./gradlew clean build install) && ./scripts/runTests.sh && ./mvnw deploy && (cd *-gradle-plugin; ./gradlew uploadArchives -x test)
|
||||
Reference in New Issue
Block a user