We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7d843 commit fb8d608Copy full SHA for fb8d608
.pipelines/templates/artifact-storage.steps.yaml
@@ -35,7 +35,7 @@ steps:
35
pwd
36
DEFS_FOUND=$(az role definition list --name "$ACNCI_BUILDUSER_ROLE_NAME" --custom-role-only -ojson | jq length)
37
38
- DEF=$(cat ./templates/mi-build-role.json | jq -rc '.')
+ DEF=$(cat ./.pipelines/templates/mi-build-role.json | jq -rc '.')
39
if (( $DEFS_FOUND < 1 )); then
40
az role definition create \
41
--role-definition "$DEF"
0 commit comments