Commit 3ce507f
committed
fix(ci): ignore errors so we can capture the exit status
The rest of the script was not executed because we run the script under
`-e`. Disable errors so we can capture the exit code and print the
information.
Fixes: a46b60e
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>1 parent a46b60e commit 3ce507f
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
0 commit comments