1
0
Fork 0

Export GCO_ENABLED and find yarn in ~/.local
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2018-12-01 01:16:57 +08:00 committed by GitHub
parent 7a51df0da0
commit f19ebe972c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ steps:
- ./.install/repositories.sh - ./.install/repositories.sh
- ./.install/golang.sh - ./.install/golang.sh
- go version - go version
- CGO_ENABLED=0 - export CGO_ENABLED=0
- go get github.com/golang/example/hello - go get github.com/golang/example/hello
- $HOME/go/bin/hello - $HOME/go/bin/hello
--- ---
@ -96,7 +96,7 @@ steps:
- ./.install/repositories.sh - ./.install/repositories.sh
- ./.install/node.sh - ./.install/node.sh
- ./.install/yarn.sh - ./.install/yarn.sh
- yarn --version - ~/.local/bin/yarn --version
--- ---
kind: pipeline kind: pipeline
name: test-python name: test-python