Skip to content

Commit

Permalink
Fail on curl errors
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Apr 29, 2024
1 parent 6ad7454 commit 7418281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ runs:
if: runner.os == 'Linux'
shell: bash
run: |
curl https://desktop.docker.com/linux/main/amd64/appcast.xml -o appcast.xml
curl https://desktop.docker.com/linux/main/amd64/appcast.xml -f -o appcast.xml
- name: Get Docker Desktop latest build url
if: runner.os == 'Linux' && inputs.docker-desktop-build-url == 'latest'
Expand Down

0 comments on commit 7418281

Please sign in to comment.