add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 13:17:23 -04:00
parent ff3fa8546f
commit 8dc9a524eb

View file

@ -8,6 +8,7 @@ phases:
commands:
- echo Nothing to do in prebuil
- uname -a
- wget --version
build:
commands:
- echo Build started on `date`