Skip to content

Commit c2a04dd

Browse files
author
Sheyla Trudo
committed
fixup! Artifacts
1 parent 3c8dca5 commit c2a04dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pipelines/templates/artifact-storage.steps.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ steps:
3434
set -x
3535
DEFS_FOUND=$(az role definition list --name "$ACNCI_BUILDUSER_ROLE_NAME" --custom-role-only -ojson | jq length)
3636
37+
DEF=$(cat ./mi-build-role.json | jq -rc '.')
3738
if [[ $DEFS_FOUND < 1 ]]; then
3839
az role definition create \
39-
--role-definition '"$(cat ./mi-build-role.json)"'
40+
--role-definition '"'
4041
else
4142
az role definition update \
42-
--role-definition '"$(cat./mi-build-role.json)"'
43+
--role-definition "$(cat./mi-build-role.json)"
4344
fi
4445
4546

0 commit comments

Comments
 (0)