From 192f2df1e34f2d887bea0608a6691bdf067034f0 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 11 Sep 2019 09:14:21 +0900 Subject: [PATCH] Trying a different base for tests --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5acd0fba..beb864fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ name: default steps: - name: test - image: golang + image: archlinux/base environment: ARN_ROOT: /drone/src commands: + - pacman -S go nodejs npm - go version - - apt-get install nodejs npm - npm install -g typescript - go mod download - make tools