Skip to content

Commit

Permalink
remove broken linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclaw committed Jul 18, 2023
1 parent 6c1447d commit 4702031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- name: Install dependencies
run: |
echo "PWD: $(pwd)\n" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls -a)
npm ci
echo "PWD: $(pwd)\n" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls -a)
- name: Build for GCP
run: |
Expand All @@ -44,9 +44,9 @@ jobs:
echo $LIBRARY_SA_CREDENTIALS | base64 -d > ./server/.auth.json
echo "PWD: $(pwd)\n" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls -a)
npm run gcp-build
echo "PWD: $(pwd)\n" && echo $(ls -a)
echo "PWD: $(pwd)" && echo $(ls -a)
env:
NODE_ENV: production
Expand Down

0 comments on commit 4702031

Please sign in to comment.