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 fb8d608 commit fdb324bCopy full SHA for fdb324b
.pipelines/templates/artifact-storage.steps.yaml
@@ -33,9 +33,10 @@ steps:
33
34
set -x
35
pwd
36
+ ls -la
37
DEFS_FOUND=$(az role definition list --name "$ACNCI_BUILDUSER_ROLE_NAME" --custom-role-only -ojson | jq length)
38
- DEF=$(cat ./.pipelines/templates/mi-build-role.json | jq -rc '.')
39
+ DEF=$(cat ./azure-container-networking/.pipelines/templates/mi-build-role.json | jq -rc '.')
40
if (( $DEFS_FOUND < 1 )); then
41
az role definition create \
42
--role-definition "$DEF"
0 commit comments