Trying a different base for tests

This commit is contained in:
Eduard Urbach 2019-09-11 09:14:21 +09:00
parent 19ed32d0fd
commit 192f2df1e3
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -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