Skip to content

Commit

Permalink
Ensure the entrypoint script doesn't mind .aws already existing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware committed Dec 18, 2018
1 parent 25f751e commit 96b702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chmod a+x env.sh
source env.sh

# Configure AWS CLI
mkdir .aws
mkdir -p .aws
cat <<EOF > .aws/credentials
[default]
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit 96b702c

Please sign in to comment.