Skip to content

Commit 3c8dca5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ steps:
3636
3737
if [[ $DEFS_FOUND < 1 ]]; then
3838
az role definition create \
39-
--role-definition '$(cat ./mi-build-role.json)'
39+
--role-definition '"$(cat ./mi-build-role.json)"'
4040
else
4141
az role definition update \
42-
--role-definition '$(cat./mi-build-role.json)'
42+
--role-definition '"$(cat./mi-build-role.json)"'
4343
fi
4444
4545

0 commit comments

Comments
 (0)