mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 20:44:28 +00:00
correctly invoke bash in build
This commit is contained in:
@@ -8,8 +8,8 @@ env:
|
|||||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bin/bash contrib/setup-sqlite.sh 1> /dev/null
|
- /bin/bash contrib/setup-sqlite.sh 1> /dev/null
|
||||||
- bin/bash contrib/setup-sassc.sh 1> /dev/null
|
- /bin/bash contrib/setup-sassc.sh 1> /dev/null
|
||||||
- make deps
|
- make deps
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
Reference in New Issue
Block a user