Trying to fix circle
This commit is contained in:
11
scripts/ciBuild.sh
Executable file
11
scripts/ciBuild.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
|
||||
|
||||
FOLDER=`pwd`
|
||||
|
||||
set -e
|
||||
|
||||
./scripts/noIntegration.sh -Pfast
|
||||
./scripts/gradleOnly.sh
|
||||
./scripts/integrationOnly.sh
|
||||
11
scripts/gradleOnly.sh
Executable file
11
scripts/gradleOnly.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
|
||||
|
||||
FOLDER=`pwd`
|
||||
|
||||
set -e
|
||||
|
||||
cd "${FOLDER}/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin"
|
||||
./gradlew clean build install
|
||||
cd "${FOLDER}"
|
||||
Reference in New Issue
Block a user