Skip to content

Commit

Permalink
Ensure write after cat
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 19, 2023
1 parent 89adeb6 commit b98789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ls -lrt
export CDS_API_KEY=${{ secrets.CDS_API_KEY }}
cat jupyter_server_config_extra.py | envsubst
cat jupyter_server_config_extra.py | envsubst > jupyter_server_config_extra.py
less jupyter_server_config_extra.py
- name: Build and push the image to quay.io
Expand Down

0 comments on commit b98789f

Please sign in to comment.