File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mkdir -p $BASE_PWD/assets && rm -f $BASE_PWD/assets/*.original
99
1010echo " Building Flowable IDM"
1111cd ../../modules/flowable-ui-idm
12- mvn -T 1C clean install -DskipTests -Pdistro,docker-deps
12+ mvn -T 1C clean install -DskipTests
1313STATUS=$?
1414if [ $STATUS -eq 0 ]
1515then
@@ -23,7 +23,7 @@ cd $BASE_PWD
2323
2424echo " Building Flowable Modeler"
2525cd ../../modules/flowable-ui-modeler
26- mvn -T 1C clean install -DskipTests -Pdistro,docker-deps
26+ mvn -T 1C clean install -DskipTests
2727STATUS=$?
2828if [ $STATUS -eq 0 ]
2929then
@@ -37,6 +37,6 @@ cd $BASE_PWD
3737
3838echo " Building Docker image for version: $FLOWABLE_VERSION "
3939
40- docker build -t adito/flowable:$FLOWABLE_VERSION .
40+ docker build -t adito/flowable:$FLOWABLE_VERSION --load .
4141
4242# --load
You can’t perform that action at this time.
0 commit comments