diff --git a/.drone.yml b/.drone.yml index 9336c71..cbf0fc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,7 +72,7 @@ steps: - ./.install/repositories.sh - ./.install/golang.sh - go version - - CGO_ENABLED=0 + - export CGO_ENABLED=0 - go get github.com/golang/example/hello - $HOME/go/bin/hello --- @@ -96,7 +96,7 @@ steps: - ./.install/repositories.sh - ./.install/node.sh - ./.install/yarn.sh - - yarn --version + - ~/.local/bin/yarn --version --- kind: pipeline name: test-python