Skip to content

Commit

Permalink
less logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclaw committed Jul 19, 2023
1 parent d734b7a commit 018ad7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Install dependencies
run: |
npm ci
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
- name: Build for GCP
run: |
Expand All @@ -44,8 +43,8 @@ jobs:
echo $LIBRARY_SA_CREDENTIALS | base64 -d > ./server/.auth.json
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
npm run gcp-build
echo "PWD: $(pwd)" && echo $(ls node_modules/ | grep dot*)
env:
Expand Down

0 comments on commit 018ad7e

Please sign in to comment.