let's see if pull request build works

This commit is contained in:
2022-08-12 21:30:52 +01:00
parent 4e8c14b1e4
commit 184a694bac

View File

@ -1,9 +1,14 @@
pipeline:
build:
when:
event: [push, pull_request, tag, deployment]
image: golang:latest
commands:
- go build -o segfautils
dockerize:
dockerize_n_publish:
when:
event: [push, tag, deployment]
name: dockerize and publish
image: plugins/docker
settings:
username: