From a9bf114952b4e50c109ef41e9ae1ba03140a7215 Mon Sep 17 00:00:00 2001 From: Denis Pynkin <denis.pynkin@collabora.com> Date: Sun, 10 Feb 2019 23:16:36 +0300 Subject: [PATCH] ostree-commit: add collection refs Add Collection ID and Refs bindings to used branch. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> --- apertis-ostree-commit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apertis-ostree-commit.yaml b/apertis-ostree-commit.yaml index a79af998..473f8711 100644 --- a/apertis-ostree-commit.yaml +++ b/apertis-ostree-commit.yaml @@ -118,3 +118,6 @@ actions: repository: {{ $ostree }} branch: {{ $branch }} subject: {{ $message }} + {{ if .collection_id }} + collection-id: {{ .collection_id }} + {{ end }} \ No newline at end of file -- GitLab