This commit is contained in:
Jose Pabl Domingo Aramburo Sanchez 2018-08-04 18:18:37 -06:00
parent fcbf7316e9
commit 27365b9ef6

21
api-payroll/buildspec.yml Normal file
View File

@ -0,0 +1,21 @@
version: 0.2
phases:
install:
commands:
- echo Entered the install phase...
- cd api-payroll
- composer install
pre_build:
commands:
- echo Entered the pre_build phase...
build:
commands:
- echo Entered the build phase...
- echo Build started on `date`
- composer test
post_build:
commands:
- echo Entered the post_build phase...
- echo Build completed on `date`