From 84162d9e7b07cde86a180798d1746465469fc98c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 26 Oct 2019 15:59:32 +0900 Subject: [PATCH] Try new installation method --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 493c7472..261b8878 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: CGO_ENABLED: 0 ARN_ROOT: /drone/src commands: - - apt -y install go nodejs npm make + - apt-get -y install nodejs - go version - npm install -g typescript - go mod download