version: 0.2 phases: pre_build: commands: - echo Nothing to do in the pre_build phase... build: commands: - echo Build started on `date` - aws iot delete-thing-group --thing-group-name CfnContractTestThingGroupParent - echo "Deleted thing group CfnContractTestThingGroupParent" post_build: commands: - echo Build completed on `date`