Skip to content

Commit fdb324b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ steps:
3333
3434
set -x
3535
pwd
36+
ls -la
3637
DEFS_FOUND=$(az role definition list --name "$ACNCI_BUILDUSER_ROLE_NAME" --custom-role-only -ojson | jq length)
3738
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 '.')
3940
if (( $DEFS_FOUND < 1 )); then
4041
az role definition create \
4142
--role-definition "$DEF"

0 commit comments

Comments
 (0)