Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Added executable permission
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Mar 5, 2018
1 parent d52d77d commit 4698fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ phases:
commands:

# Validate all of the CloudFormation templates
- chmod a+x ./tests/validate-templates.sh
- ./tests/validate-templates.sh

build:
commands:

# Sync the templates
# - aws s3 sync . s3://ecs-refarch-cloudformation
# - aws s3 sync . s3://${S3_BUCKET}

0 comments on commit 4698fe6

Please sign in to comment.