Integrate gitlab-ci/cleaos-564-fix-overwriting-md5summs
Merged
requested to merge integrate/gitlab-ci/cleaos-564-fix-overwriting-md5summs/into/seco_v2022.10_v24.0 into seco_v2022.10_v24.0
Commit: clea-os/infrastructure/gitlab-ci@1915689b
[CICD][DEPLOY][MD5] Fix overwriting MD5 summs file on Azure.
Both the SDK and Yocto pipelines compute the MD5 checksum of the released files. Since the MD5 checksum file has the same name in both pipelines, it gets overwritten by the latest pipeline. This update adds a check stage to detect if the file already exists on Azure and appends new data to the existing file instead of overwriting it.
Merge request reports
Activity
Filter activity
Source merge request: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/merge_requests/73
Please register or sign in to reply