Skip to content

Resolve "Azure Variable Defines in the GitLab CI"

Closes #11 (closed) #13 (closed)

Some Azure pipeline variables were misconfigured in the .gitlab-ci.yml file, and that led to the inability of a non-protected pipeline to execute. The obvious issue was a recursively defined AZURE_TENANT_ID. A second issue was the definition of AZURE='true', which would try to invoke the deployment and integration tests despite the lack of protected variables to enable it.

Edited by David Diederich

Merge request reports