let's see if pull request build works
This commit is contained in:
parent
4e8c14b1e4
commit
184a694bac
@ -1,9 +1,14 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
when:
|
||||||
|
event: [push, pull_request, tag, deployment]
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go build -o segfautils
|
- go build -o segfautils
|
||||||
dockerize:
|
dockerize_n_publish:
|
||||||
|
when:
|
||||||
|
event: [push, tag, deployment]
|
||||||
|
name: dockerize and publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
Reference in New Issue
Block a user