let's see if pull request build works

This commit is contained in:
Midou36O 2022-08-12 21:30:52 +01:00
parent 4e8c14b1e4
commit 184a694bac
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 6 additions and 1 deletions

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: