Skip to content

Commit

Permalink
chore(ci): implement 'build' workflows (#640)
Browse files Browse the repository at this point in the history
Closes https://bonitasoft.atlassian.net/browse/CI-919
https://bonitasoft.atlassian.net/browse/CI-920
https://bonitasoft.atlassian.net/browse/CI-921

Co-authored-by: emmanuel.duchastenier@bonitasoft.com <emmanuel.duchastenier@bonitasoft.com>

---------

Co-authored-by: Romain Bioteau <romain.bioteau@bonitasoft.com>
  • Loading branch information
educhastenier and rbioteau authored May 22, 2024
1 parent c7a863f commit 7a151f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if [ -f "/opt/files/BonitaCommunity-${BRANDING_VERSION}.zip" ]; then echo "F
&& unzip -q /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip -d /opt/bonita/ \
&& mv /opt/bonita/BonitaCommunity-${BRANDING_VERSION}/* /opt/bonita \
&& rmdir /opt/bonita/BonitaCommunity-${BRANDING_VERSION} \
&& unzip /opt/bonita/server/webapps/bonita.war -d /opt/bonita/server/webapps/bonita/ \
&& unzip -q /opt/bonita/server/webapps/bonita.war -d /opt/bonita/server/webapps/bonita/ \
&& rm /opt/bonita/server/webapps/bonita.war \
&& rm -f /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip \
&& mkdir -p /opt/bonita/conf/logs/ \
Expand Down

0 comments on commit 7a151f6

Please sign in to comment.