From 0e61ffde55f687133a30857d57415deea3c81352 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 f03d6d82..a6eaae63 100644 --- a/apertis-ostree-commit.yaml +++ b/apertis-ostree-commit.yaml @@ -94,3 +94,6 @@ actions: repository: {{ $ostree }} branch: {{ $branch }} subject: {{ $message }} + {{ if .collection_id }} + collection-id: {{ .collection_id }} + {{ end }} \ No newline at end of file -- GitLab