Skip to content

Commit

Permalink
Fix create directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Oct 13, 2019
1 parent d5c98f1 commit 2a846ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ check_credentials() {

copy_credential() {
echo "Copy credentials"
mkdir -p .pub-cache
mkdir -p ~/.pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
$INPUT_CREDENTIAL
EOF
Expand Down

0 comments on commit 2a846ae

Please sign in to comment.