'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-21 22:23:37 +00:00
parent 63850ba27c
commit 5e1eeab7d4
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=5 - FOO=6
commands: commands:
- go get -a -v - go get -a -v
- go test - go test