Skip to content

Commit

Permalink
Check for auth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Mar 7, 2024
1 parent 2db5695 commit 5d7a048
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/composer-auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ if [ -n "$COMPOSER_USER" ] && [ -n "$COMPOSER_PASS" ]; then
}
EOF
fi

## check for auth.json
if [ ! -f "auth.json" ]; then
echo "FATAL: auth.json was not written to the FS."
fi

0 comments on commit 5d7a048

Please sign in to comment.