diff --git a/theforeman.org/pipelines/release/foreman-discovery-image.groovy b/theforeman.org/pipelines/release/foreman-discovery-image.groovy index 9d89eaa4..bb8cba8a 100644 --- a/theforeman.org/pipelines/release/foreman-discovery-image.groovy +++ b/theforeman.org/pipelines/release/foreman-discovery-image.groovy @@ -32,8 +32,8 @@ pipeline { steps { dir('result') { sh """ - mv ../artifacts/fdi*tar . - mv ../artifacts/fdi*iso . + mv ../artifacts/result/fdi*tar . + mv ../artifacts/result/fdi*iso . ln -snf fdi*tar fdi-image-latest.tar md5sum fdi*tar fdi*iso > MD5SUMS """