updated pipeline
This commit is contained in:
parent
f5dc4dec8f
commit
1df73b21b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user