From 2465233860675d1d9eabc769008c964ea4056910 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 1a59aae7..247719ba 100644
--- a/apertis-ostree-commit.yaml
+++ b/apertis-ostree-commit.yaml
@@ -82,3 +82,6 @@ actions:
     repository: {{ $ostree }}
     branch: {{ $branch }}
     subject: {{ $message }}
+    {{ if .collection_id }}
+    collection-id: {{ .collection_id }}
+    {{ end }}
\ No newline at end of file
-- 
GitLab