Skip to content

Commit 716af67

Browse files
committed
chore: Build auf Gitlab und SBOM Generierung für Flowable Modeler Server (#2071283)
fix build
1 parent d5e9306 commit 716af67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/all-in-one/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir -p $BASE_PWD/assets && rm -f $BASE_PWD/assets/*.original
99

1010
echo "Building Flowable IDM"
1111
cd ../../modules/flowable-ui-idm
12-
mvn -T 1C clean install -DskipTests -Pdistro,docker-deps
12+
mvn -T 1C clean install -DskipTests
1313
STATUS=$?
1414
if [ $STATUS -eq 0 ]
1515
then
@@ -23,7 +23,7 @@ cd $BASE_PWD
2323

2424
echo "Building Flowable Modeler"
2525
cd ../../modules/flowable-ui-modeler
26-
mvn -T 1C clean install -DskipTests -Pdistro,docker-deps
26+
mvn -T 1C clean install -DskipTests
2727
STATUS=$?
2828
if [ $STATUS -eq 0 ]
2929
then
@@ -37,6 +37,6 @@ cd $BASE_PWD
3737

3838
echo "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

0 commit comments

Comments
 (0)