Skip to content
Snippets Groups Projects
Commit d7a1e372 authored by Luis Araujo's avatar Luis Araujo
Browse files

Move debos based images to the official path


Move the new debos based images out of the debos/ folder
up to the official path for daily images.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
Reviewed-by: default avatarDenis Pynkin <denis.pynkin@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7335
parent 62e5db90
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def buildImage(architecture, type, board, debosarguments = "", sysroot = false,
}
stage("${architecture} ${type} ospack upload") {
uploadDirectory (env.PIPELINE_VERSION, "daily/debos/${release}", production)
uploadDirectory (env.PIPELINE_VERSION, "daily/${release}", production)
}
if (sysroot) {
......@@ -80,7 +80,7 @@ def buildImage(architecture, type, board, debosarguments = "", sysroot = false,
}
stage("${architecture} ${type} ${board} image upload") {
uploadDirectory (env.PIPELINE_VERSION, "daily/debos/${release}", production)
uploadDirectory (env.PIPELINE_VERSION, "daily/${release}", production)
}
if (ostree) {
......
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