Skip to content
Snippets Groups Projects
Commit 441b74d9 authored by Denis Pynkin's avatar 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 24652338
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
......@@ -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