Skip to content

Commit 7bf5981

Browse files
authored
Update awsconfiguration.sh
1 parent 73cefe2 commit 7bf5981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awsconfiguration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash
22
AWSENV=$1
33
AWS_REGION=$2
4+
CIRCLE_PROJECT_USERNAME=$TC_GIT_AUTHOR
5+
CIRCLE_PROJECT_REPONAME=$TC_REPONAME
6+
CIRCLE_BUILD_NUM=$BUILD_NUMBER
7+
CIRCLE_BRANCH=$BRANCH_NAME
48
BASE64_DECODER="base64 -d" # option -d for Linux base64 tool
59
echo AAAA | base64 -d > /dev/null 2>&1 || BASE64_DECODER="base64 -D" # option -D on MacOS
610
decode_base64_url() {

0 commit comments

Comments
 (0)