Improved circle build

This commit is contained in:
Marcin Grzejszczak
2019-08-28 10:13:12 +02:00
parent e54fe375b0
commit 0d0856dd5e
2 changed files with 11 additions and 1 deletions

10
scripts/integrationOnly.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
FOLDER=`pwd`
set -e
./mvnw clean install ${@} -Pintegration -pl docker
./mvnw clean install ${@} -Pintegration -rf samples