add buildspec.yml file

This commit is contained in:
unknown 2023-08-15 11:56:11 -04:00
parent 0a68853809
commit b59ff2ee08

View file

@ -17,5 +17,5 @@ phases:
- echo Build completed on `date`
artifacts:
files:
- target/spring-petckinic-2.2.0.BUILD-SNAPSHOT.jar
- target/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar
...