Skip to content

Draft: Exclude user-defined CI/CD variables from cache archiver env

Stan Hu requested to merge sh-exclude-ci-cd-vars-cache-archiver into main

Azure cache uploads fail if a user defines an invalid AZURE_STORAGE_KEY as a CI/CD variable because Go Cloud attempts to use that instead of the temporary AZURE_SAS_TOKEN.

Since the cache archiver shouldn't need user-defined variables, we modify the shell to omit them.

Closes #27448

Edited by Stan Hu

Merge request reports