Skip to content
Snippets Groups Projects
Commit 26611205 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Fix upload path for OStree images


The current path misses PIPELINE_VERSION, which causes upload
to fail.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7674
parent afe52499
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ def buildOStreeImage(architecture, type, board, debosarguments = "", production
stage("${architecture} ${type} ${board} OStree image upload") {
uploadDirectory ("${PIPELINE_VERSION}/${architecture}/${type}/apertis_ostree_${release}-${type}-${architecture}-${board}_${PIPELINE_VERSION}.img.*",
"daily/${release}/${architecture}/${type}", production)
"daily/${release}/${PIPELINE_VERSION}/${architecture}/${type}", production)
}
}
......
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