mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-03 02:37:51 -04:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user