add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 18:05:44 -04:00
parent 248cb25ef2
commit 4437cf8248

View file

@ -7,8 +7,6 @@ phases:
pre_build: pre_build:
commands: commands:
- echo Nothing to do in prebuild - echo Nothing to do in prebuild
- uname -a
- yum install maven -y
build: build:
commands: commands:
- echo Build started on `date` - echo Build started on `date`