]> git.ipfire.org Git - thirdparty/suricata.git/commit
github actions: extract repo/branch names from PR message
authorJason Ish <jason.ish@oisf.net>
Tue, 28 Apr 2020 16:29:17 +0000 (10:29 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 22 May 2020 17:32:16 +0000 (19:32 +0200)
commitced6656317030be114b06f9b99dd8a7fa74a73d9
tree42ded3fb1957fabec7b4674a6730fe9c6cb1f8a7
parent6b8320d1c066d9ac19c3721be9db348204712000
github actions: extract repo/branch names from PR message

Create a "prep" build that parses libhtp, suricata-update and
suricata-verify repo and branch information from the pull
request message and turn these into artifacts that are
used by the builders

Examples:

libhtp-repo: https://github.com/OISF/libhtp
libhtp-branch: 0.5.x

suricata-verify-repo: http://github.com/OISF/suricata-verify
suricata-verify-branch: master

suricata-update-repo: http://github.com/OISF/suricata-update
suricata-update-branch: master

Other changes:
- checkout@v2 (faster)
- working directory cleanup
.github/workflows/builds.yml