Explicitly set an empty sysupdate pubkey in staging

Otherwise we end up passing the literal string $SYSUPDATE_PUBKEY_B64, the openQA worker tries to decode it, and it dies.
This commit is contained in:
Thomas Duckworth
2026-07-03 10:57:40 +00:00
parent df6899e791
commit 63a164f975

View File

@@ -97,6 +97,7 @@ stage() {
echo "S3_TARGET_STAGING=$S3_TARGET_STAGING" >> build.env
echo "IMAGE_URL=${S3_TARGET_STAGING#s3+}/$(basename upload-tree/*.iso)" >> build.env
echo "STAGING_CHANNEL_URL=${S3_TARGET_STAGING#s3+}/sysupdate/v2/" >> build.env
echo "SYSUPDATE_PUBKEY_B64=" >> build.env
}
publish() {