diff --git a/.drone.yml b/.drone.yml index 0a5538e..4d0dc8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: golang:1.9 environment: - - FOO=1 + - FOO=2 commands: - export REV=$(git rev-list HEAD --count) - export BUILDDATE=$(date)