Skip to content

Commit 71ddff5

Browse files
committed
Confirm build and release works now.
1 parent 8318c5f commit 71ddff5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ workflows:
5151
- python-test
5252
release:
5353
jobs:
54-
- build-and-release
55-
# filters:
56-
# branches:
57-
# only: master
54+
- build-and-release:
55+
filters:
56+
branches:
57+
only: master

scripts/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PUBLIC_BUCKET="trussworks-tools-us-west-2"
66
GITHUB_USER="trussworks"
77
GITHUB_REPO="aws-iam-sleuth"
88
ZIP_NAME=${ZIP_NAME:-deployment.zip}
9-
NEW_TAG=${NEW_TAG:-1.0.9}
9+
NEW_TAG=${NEW_TAG:-v1.0.9}
1010
TARGET=s3://$PUBLIC_BUCKET/iam-sleuth/$NEW_TAG/$ZIP_NAME
1111

1212
if [[ -z "${CIRCLECI+x}" && -z $(type -p ghr) ]]; then

0 commit comments

Comments
 (0)