We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cefe2 commit 7bf5981Copy full SHA for 7bf5981
awsconfiguration.sh
@@ -1,6 +1,10 @@
1
#!/bin/bash
2
AWSENV=$1
3
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
8
BASE64_DECODER="base64 -d" # option -d for Linux base64 tool
9
echo AAAA | base64 -d > /dev/null 2>&1 || BASE64_DECODER="base64 -D" # option -D on MacOS
10
decode_base64_url() {
0 commit comments