Skip to content

Commit

Permalink
ci: test - google-services.json 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
freeskyES committed Feb 6, 2025
1 parent ee9214d commit 8a1bac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
if [ -f ./app/google-services.json ]; then
echo "google-services.json successfully created at ./app/google-services.json"
echo "File content:"
cat ./app/google-services.json
else
echo "Error: google-services.json not found at ./app/google-services.json"
exit 1
Expand Down

0 comments on commit 8a1bac3

Please sign in to comment.