updating for task def.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user