Skip to content

Commit dba2919

Browse files
committed
show and break on installation script failures
1 parent 77495c4 commit dba2919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ runs:
3232
steps:
3333
- name: Install defang
3434
shell: bash
35-
run: . <(curl -Ls https://s.defang.io/install)
35+
run: . <(curl -Lf https://s.defang.io/install || echo return $?)
3636
env:
3737
DEFANG_INSTALL_VERSION: ${{ inputs['cli-version'] }}
3838

3939
- name: Login to Defang
4040
shell: bash
41-
run: |
41+
run: |
4242
defang login
4343
defang whoami
4444

0 commit comments

Comments
 (0)