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: 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: