'.drone.yml' ändern
the build is pending Details

This commit is contained in:
an 2018-02-21 11:40:00 +00:00
parent 00915d9a8d
commit 0946b4016e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build: build:
image: golang:1.6 image: golang:1.6
environment: environment:
- FOO=3 - FOO=4
commands: commands:
- go get -a -v - go get -a -v
- go test - go test