Skip to content

Commit

Permalink
Make curl fail when the request was not successful
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp committed Mar 14, 2024
1 parent 36f57cc commit c91b10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: "download holo-nixpkgs tag"
run: |
set -eou pipefail
curl -v -L \
--fail-with-body \
-H "Authorization: Bearer ${{ secrets.HDS_ACCESS_KEY }}" \
Expand Down

0 comments on commit c91b10c

Please sign in to comment.