Skip to content

Commit

Permalink
take fdi build results from the right folder
Browse files Browse the repository at this point in the history
Fixes: 59a5570
  • Loading branch information
evgeni authored and ehelms committed Dec 5, 2024
1 parent d70ffcc commit da42498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit da42498

Please sign in to comment.