Skip to content
Snippets Groups Projects
Commit 1915689b authored by Andrii Sosiuk's avatar Andrii Sosiuk
Browse files

[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.
parent 23d2670f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment