From f19ebe972c611dec5f87879af952518290a7cbd6 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 1 Dec 2018 01:16:57 +0800 Subject: [PATCH] Export GCO_ENABLED and find yarn in ~/.local --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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