mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Added buildspec.yml for AWS CodeBuild.
This commit is contained in:
parent
979fa1972a
commit
552a5247a3
1 changed files with 29 additions and 0 deletions
29
buildspec.yml
Normal file
29
buildspec.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
version: 0.2
|
||||
|
||||
#env:
|
||||
# variables:
|
||||
# key: "value"
|
||||
# key: "value"
|
||||
|
||||
phases:
|
||||
# install:
|
||||
# commands:
|
||||
# - command
|
||||
# - command
|
||||
# pre_build:
|
||||
# commands:
|
||||
# - command
|
||||
# - command
|
||||
build:
|
||||
commands:
|
||||
- mvn clean package
|
||||
# post_build:
|
||||
# commands:
|
||||
# - command
|
||||
# - command
|
||||
artifacts:
|
||||
files:
|
||||
- location
|
||||
- location
|
||||
discard-paths: yes
|
||||
base-directory: location
|
Loading…
Reference in a new issue