add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 18:08:29 -04:00
parent ff850a8c77
commit 57e8faa1ee

View file

@ -5,7 +5,7 @@ phases:
runtimeversion: java:openjdk8 runtimeversion: java:openjdk8
pre_build: pre_build:
commands: commands:
- echo Nothing to do in prebuild - echo Nothing to do in prebuil
build: build:
commands: commands:
- echo Build Started on `date` - echo Build Started on `date`