Skip to content
Snippets Groups Projects
Commit 3d54b08c authored by Denis Pynkin's avatar Denis Pynkin Committed by Denis Pynkin
Browse files

Add Collection ID refs to ostree-deploy action


If variable "collection_id" is set during the images build the
Collection ID would be added into remote's configuration.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent a9bf1149
No related branches found
No related tags found
1 merge request!78Add Collection ID to ostree-based recipes
......@@ -62,6 +62,9 @@ actions:
branch: {{ $branch }}
os: {{ $osname }}
append-kernel-cmdline: {{ $cmdline }}
{{ if .collection_id }}
collection-id: {{ .collection_id }}
{{ end }}
# Add multimedia demo pack
# Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"'
......
......@@ -62,6 +62,9 @@ actions:
branch: {{ $branch }}
os: {{ $osname }}
append-kernel-cmdline: {{ $cmdline }}
{{ if .collection_id }}
collection-id: {{ .collection_id }}
{{ end }}
# Add multimedia demo pack
# Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"'
......
......@@ -16,6 +16,9 @@ actions:
remote_repository: {{ $repourl }}
branch: {{ $branch }}
os: {{ $osname }}
{{ if .collection_id }}
collection-id: {{ .collection_id }}
{{ end }}
- action: pack
compression: gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment