Skip to content

Commit fb8d608

Browse files
author
Sheyla Trudo
committed
fixup! Artifacts
1 parent ad7d843 commit fb8d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
pwd
3636
DEFS_FOUND=$(az role definition list --name "$ACNCI_BUILDUSER_ROLE_NAME" --custom-role-only -ojson | jq length)
3737
38-
DEF=$(cat ./templates/mi-build-role.json | jq -rc '.')
38+
DEF=$(cat ./.pipelines/templates/mi-build-role.json | jq -rc '.')
3939
if (( $DEFS_FOUND < 1 )); then
4040
az role definition create \
4141
--role-definition "$DEF"

0 commit comments

Comments
 (0)