This commit is contained in:
parent
31556d3a6b
commit
34bcc3d603
@ -2,11 +2,13 @@ pipeline:
|
||||
build:
|
||||
when:
|
||||
event: [push, pull_request, tag, deployment]
|
||||
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go build -o segfautils
|
||||
dockerize_n_publish:
|
||||
when:
|
||||
branch: [master]
|
||||
event: [push]
|
||||
name: dockerize and publish
|
||||
image: plugins/docker
|
||||
|
Reference in New Issue
Block a user