aboutsummaryrefslogtreecommitdiffci
path: root/Jenkinsfile
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 12:33:58 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 12:33:58 +0700
commitcd45abe68eec0d00e6b51d765db273a424352529 (patch)
tree3b35a0941dd03c98539c9ecfe1e321126df365ac /Jenkinsfile
parent2411d569bb9c00b434691bf0a2add278e16c798e (diff)
downloadkiwi-descriptions-cd45abe68eec0d00e6b51d765db273a424352529.tar.gz
kiwi-descriptions-cd45abe68eec0d00e6b51d765db273a424352529.zip
fix: release-split dtb copies
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 62357ff..9662632 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -150,7 +150,7 @@ spec:
mv "${src}" "${dst}"
ls -lh
- s5cmd --endpoint-url "${B2_ENDPOINT}" cp \\
+ /s5cmd --endpoint-url "${B2_ENDPOINT}" cp \\
"${dst}" \\
"s3://${ISO_BUCKET}/fedora/${IMAGE_VERSION}/aarch64/${dst}"
'''