updating for task def.

This commit is contained in:
Bryce Covert
2020-09-15 07:38:54 -07:00
parent 6253e186f0
commit 381890b623
3 changed files with 89 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ phases:
build:
commands:
- ./lein build
- cp taskdef.json target/
- echo Build started on `date`
- echo Building the Docker image...
- docker build -t $REPOSITORY_URI:latest .
@@ -34,11 +35,13 @@ phases:
artifacts:
files:
- auto-ap.jar
- taskdef.json
base-directory: target
secondary-artifacts:
jar:
files:
- auto-ap.jar
- taskdef.json
base-directory: target
web:
files: