updated pipeline

This commit is contained in:
Philipp Häfelfinger 2019-06-05 21:50:47 +02:00
parent f5dc4dec8f
commit 1df73b21b4
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
- go get ./...
- go build -o dist/PiwigoDirectoryUploader cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go
- go test ./...
when:
event: [push, tag]
branch: master