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

Commit

Permalink
Fix travis ROLE_ARN env
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed Mar 24, 2020
1 parent e44b91c commit 8024826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy:
branch: master
condition: type != pull_request
- provider: script
script: aws s3 --profile publisher cp ./$VERSION.zip s3://$CFN_BUCKET/aws-waf-classic-workshop/$VERSION/aws-waf-classic-workshop.zip > /dev/null 2>&1
script: aws s3 --profile publisher cp ./$VERSION.zip s3://$CFN_BUCKET/aws-waf-workshop/$VERSION/aws-waf-workshop.zip > /dev/null 2>&1
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion templates/main.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Workshop about AWS WAF and WAF Security Automations Solution (uksb-1q1gt3g5d)
Metadata:
Version: '2.1'
Version: '2.2'
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down

0 comments on commit 8024826

Please sign in to comment.