File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ PUBLIC_BUCKET="trussworks-tools-us-west-2"
66GITHUB_USER=" trussworks"
77GITHUB_REPO=" aws-iam-sleuth"
88ZIP_NAME=${ZIP_NAME:- deployment.zip}
9- NEW_TAG=${NEW_TAG:- 1 .0.5 }
9+ NEW_TAG=${NEW_TAG:- v1 .0.9 }
1010TARGET=s3://$PUBLIC_BUCKET /iam-sleuth/$NEW_TAG /$ZIP_NAME
1111
1212if [[ -z " ${CIRCLECI+x} " && -z $( type -p ghr) ]]; then
13- echo " WARNING : ghr not found, install via: brew install ghr"
13+ echo " ERROR : ghr not found, install via: brew install ghr"
1414 exit
1515fi
1616
1717ghr -u $GITHUB_USER -r $GITHUB_REPO $NEW_TAG $ZIP_NAME
1818echo " Created a new GitHub Release with ${NEW_TAG} "
1919
2020if [[ -n " ${CIRCLECI+x} " ]]; then
21- // assume roles
21+ # assume roles
2222 temp_role=$( aws sts assume-role \
2323 --role-arn arn:aws:iam::313564602749:role/circleci \
2424 --role-session-name circleci )
You can’t perform that action at this time.
0 commit comments