Skip to content

Commit

Permalink
Do not delete axelor artifacts from gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Mar 11, 2019
1 parent da655f0 commit 6ac6545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aio-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ RUN \
git submodule foreach git pull origin master && \
sed -e 's|^application.theme.*|application.theme = modern|g' -i src/main/resources/application.properties && \
./gradlew --no-daemon -x test npm-build build && \
find ~/.gradle -type d -name "com.axelor" | xargs rm -rf && \
find ~/.gradle -type f -name "axelor-*.jar" -delete && \
rm -rf /app

0 comments on commit 6ac6545

Please sign in to comment.