Running only part of build.sh in the buildpack-run.sh. This is because all the buildpacks in Heroku are run sequentially

This commit is contained in:
Arpit Mohan 2019-09-16 17:19:55 +05:30
parent cdba3a5b68
commit f5ea85f636

View File

@ -1 +1,8 @@
./build.sh -DskipTests # Create the dist directory
mkdir -p dist/plugins
# Copy the server jar
cp ./appsmith-server/target/server-1.0-SNAPSHOT.jar dist/
# Copy all the plugins
cp ./appsmith-plugins/*/target/*.jar dist/plugins/