Skip to content

Commit

Permalink
BBL-381 | fixing aws cred circleci config error
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Sep 17, 2020
1 parent 25ce80a commit b97444b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -47,6 +47,7 @@ jobs:
aws configure set source_profile default --profile $AWS_PROFILE_NAME
# moving credentials to specific project folder
mkdir --parents /home/circleci/.aws/bb
sudo chown -R $USER:$USER /home/circleci/.aws
cp /home/circleci/.aws/credentials /home/circleci/.aws/bb/credentials
cp /home/circleci/.aws/config /home/circleci/.aws/bb/config
Expand Down

0 comments on commit b97444b

Please sign in to comment.