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

Commit 8c5e849

Browse files
authored
Merge pull request #3 from aws-samples/fixes
Fix build
2 parents d1bbeb2 + 4d7de76 commit 8c5e849

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ before_script:
1010
script:
1111
- |
1212
if [ $TRAVIS_PULL_REQUEST == true ] && [ $TRAVIS_BRANCH != "master" ]; then
13-
VERSION="v$(cat main/main.template | shyaml get-value Metadata.Version)"
13+
VERSION="v$(cat templates/main.template | shyaml get-value Metadata.Version)"
1414
git tag $VERSION
1515
fi
1616
1717
before_deploy:
18-
- VERSION="v$(cat main/main.template | shyaml get-value Metadata.Version)"
18+
- VERSION="v$(cat templates/main.template | shyaml get-value Metadata.Version)"
1919
- if [ -z "$TRAVIS_TAG" ]; then git tag $VERSION; fi
2020
- zip -r "$VERSION.zip" -@ < ci/include.lst
2121

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# AWS WAF workshop
22

3+
A workshop about [AWS WAF](https://aws.amazon.com/waf/) and the [WAF Security Automations Solution](https://aws.amazon.com/solutions/aws-waf-security-automations/)
4+
5+
[![Build Status](https://travis-ci.org/aws-samples/aws-waf-workshop.svg?branch=master)](https://travis-ci.org/aws-samples/aws-waf-workshop)
6+
37
> Warning: This project is currently being developed and the code shouldn't be used in production.
48
59
### usage

0 commit comments

Comments
 (0)