Skip to content

Commit

Permalink
quick aws test fix (#354)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Orduz <[email protected]>
  • Loading branch information
rdodev authored and k8s-ci-robot committed Nov 1, 2018
1 parent 8cd96f3 commit 9a43d97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci-aws-cred-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ set -o pipefail
GROUP_NAME=capa-cred-test-group-$(openssl rand -hex 8)
USERNAME=capa-cred-test-user-$(openssl rand -hex 8)

echo "Group: ${GROUP_NAME}\nUser: ${USERNAME}"
echo "Group: ${GROUP_NAME} User: ${USERNAME}"

export AWS_CONFIG_FILE=/etc/aws-cred/credentials

echo "Creating IAM group"
aws iam create-group --group-name "${GROUP_NAME}"
Expand Down

0 comments on commit 9a43d97

Please sign in to comment.