version: 0.2 phases: install: commands: - echo "Nothing to install." build: commands: - echo Build started on `date` - bash delete.sh - bash delete-s3.sh post_build: commands: - echo Build completed on `date`