mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
chore(ci): properly document new reusable_build_packages step.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
f448023a8f
commit
a193a46981
@ -12,6 +12,11 @@ on:
|
|||||||
value: ${{ jobs.fetch-version.outputs.version }}
|
value: ${{ jobs.fetch-version.outputs.version }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# We need to use an ubuntu-latest to fetch Falco version because
|
||||||
|
# Falco version is computed by some cmake scripts that do git sorceries
|
||||||
|
# to get the current version.
|
||||||
|
# But centos7 jobs have a git version too old and actions/checkout does not
|
||||||
|
# fully clone the repo, but uses http rest api instead.
|
||||||
fetch-version:
|
fetch-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Map the job outputs to step outputs
|
# Map the job outputs to step outputs
|
||||||
|
Loading…
Reference in New Issue
Block a user