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:
parent
cdba3a5b68
commit
f5ea85f636
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user