mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
add buildspec.yml file
This commit is contained in:
parent
ff3fa8546f
commit
8dc9a524eb
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ phases:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuil
|
- echo Nothing to do in prebuil
|
||||||
- uname -a
|
- uname -a
|
||||||
|
- wget --version
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- echo Build started on `date`
|
- echo Build started on `date`
|
||||||
|
|
Loading…
Reference in a new issue