File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 java-version : 13
1919 - name : Install
20- run : ./mvnw install -V -B --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V
20+ run : ./mvnw clean install -V -B --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pdistro
2121 - name : Build an image from Dockerfile
2222 run : docker/all-in-one/build.sh ${{ github.ref_name }}
2323
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ COPY assets/flowable-modeler.war.original /opt/tomcat/webapps/flowable-modeler.w
1616RUN cd /opt/tomcat && chgrp -R tomcat /opt/tomcat && chmod -R g+r conf && chmod g+x conf && chown -R tomcat webapps/ work/ temp/ logs/ \
1717 && chown tomcat /wait-for-something.sh && chmod +x /wait-for-something.sh
1818
19- ENV CATALINA_HOME /opt/tomcat
20- ENV PATH $PATH:$CATALINA_HOME/bin
19+ ENV CATALINA_HOME= /opt/tomcat
20+ ENV PATH= $PATH:$CATALINA_HOME/bin
2121ENV JAVA_OPTS="-Xms1024M -Xmx1024M -Djava.security.egd=file:/dev/./urandom"
2222
2323EXPOSE 8080
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 -Pdocker -deps
12+ mvn -T 1C clean install -DskipTests -Pdistro,docker -deps
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 -Pdocker -deps
26+ mvn -T 1C clean install -DskipTests -Pdistro,docker -deps
2727STATUS=$?
2828if [ $STATUS -eq 0 ]
2929then
@@ -38,3 +38,5 @@ cd $BASE_PWD
3838echo " Building Docker image for version: $FLOWABLE_VERSION "
3939
4040docker build -t adito/flowable:$FLOWABLE_VERSION .
41+
42+ # --load
You can’t perform that action at this time.
0 commit comments