Skip to content

Commit 96b702c

Browse files
committed
Ensure the entrypoint script doesn't mind .aws already existing.
1 parent 25f751e commit 96b702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chmod a+x env.sh
2121
source env.sh
2222

2323
# Configure AWS CLI
24-
mkdir .aws
24+
mkdir -p .aws
2525
cat <<EOF > .aws/credentials
2626
[default]
2727
aws_access_key_id = ${AWS_ACCESS_KEY_ID}

0 commit comments

Comments
 (0)