Skip to content

Commit

Permalink
UPY-#173 - Include file buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Dec 11, 2021
1 parent 30b1134 commit bdbd7a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.1

environment_variables:
pre_build:
commands:
- echo Pre Build
build:
commands:
- echo Build
post_build:
commands:
- echo Build completed on `date`

0 comments on commit bdbd7a3

Please sign in to comment.