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

This commit is contained in:
an 2018-02-22 17:48:37 +00:00
parent ea8cd38da0
commit b9e4c86e0e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pipeline:
- echo -n "$BUILDDATE" >>$VERSIONGO - echo -n "$BUILDDATE" >>$VERSIONGO
- echo "\"" >>$VERSIONGO - echo "\"" >>$VERSIONGO
- echo ")" >>$VERSIONGO - echo ")" >>$VERSIONGO
- cat version.go - #cat version.go
- go get -d ./... - go get -d ./...
- go build - go build