Abort when failing installation on CI
bersbersbers opened this issue · comments
bersbersbers commented
Description
I run iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
in my GitLab CI.
The job continues even if scoop installation fails.
Possible Solution
Add an option to exit
here, regardless of $IS_EXECUTED_FROM_IEX
:
Lines 100 to 105 in 656e17b