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: build:
image: golang image: golang
commands: commands:
- go get - go get ./...
- go build - go build -o dist/PiwigoDirectoryUploader cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go
- go test - go test ./...
when: when:
event: [push, tag] event: [push, tag]
branch: master branch: master