Skip to content

Commit 4151887

Browse files
committed
Add a buildspec
1 parent 370b10d commit 4151887

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

buildspec.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 0.2
2+
3+
phases:
4+
build:
5+
commands:
6+
- sbt -Dconfig.file=${HOME}/build.conf -Dsbt.log.noformat=true installerZip
7+
8+
artifacts:
9+
files:
10+
- Installer/target/equella-installer-6.5.zip

0 commit comments

Comments
 (0)