mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Ensure we fail correctly
Invoking bash directly prevents the #! working as intended
This commit is contained in:
parent
10c1862dd2
commit
333861d0be
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@ env:
|
|||
- LANGUAGE=en_US.UTF-8
|
||||
|
||||
install:
|
||||
- bash script/bootstrap
|
||||
- script/bootstrap
|
||||
|
||||
script:
|
||||
- bash script/build
|
||||
- script/build
|
||||
|
||||
before_deploy:
|
||||
- bash script/package
|
||||
- script/package
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue