Improved circle build
This commit is contained in:
10
scripts/integrationOnly.sh
Executable file
10
scripts/integrationOnly.sh
Executable 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
|
||||
Reference in New Issue
Block a user