fixup! wip: ci: Keep workspace between builds
All checks were successful
dustin/kitchenos/pipeline/head This commit looks good

This commit is contained in:
2025-11-13 13:44:13 -06:00
parent 1d04b0cdbd
commit e394821331

View File

@@ -12,5 +12,5 @@ package_name=${package_name%%/*}-workspace
) | xargs -0 tar -czf workspace.tar.gz -C _build
curl -u "${GITEA_AUTH}" \
"https://git.pyrocufflink.net/api/packages/jenkins/generic/${package_name}/${BUILD_NUMBER}/workspace.tar.gz"
"https://git.pyrocufflink.net/api/packages/jenkins/generic/${package_name}/${BUILD_NUMBER}/workspace.tar.gz" \
--upload-file workspace.tar.gz