File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ steps:
412412 az login --service-principal --username "$SP_ID" --tenant "$SP_TENANT"
413413 az storage blob download \
414414 --auth-mode login \
415- --container-name "STORAGECONTAINER_NAME" \
415+ --container-name "$ STORAGECONTAINER_NAME" \
416416 --account-name "$STORAGEACCOUNT_NAME" \
417417 --name "$STORAGEBLOB_PATH/.created" \
418418 --file output
@@ -468,7 +468,7 @@ steps:
468468 az storage blob download \
469469 --auth-mode login \
470470 --account-name "$STORAGEACCOUNT_NAME" \
471- --container-name "STORAGECONTAINER_NAME" \
471+ --container-name "$ STORAGECONTAINER_NAME" \
472472 --name "$STORAGEBLOB_PATH/.created" \
473473 --file output
474474 cat ./output
@@ -504,7 +504,7 @@ steps:
504504 # inlineScript: |
505505 # set +x
506506 # az login --service-principal --username "$MI_NAME" --tenant "$MI_TENANT"
507- # az storage blob download --auth-mode login --container-name "STORAGECONTAINER_NAME" --account-name "$STORAGEACCOUNT_NAME" --name "$STORAGEBLOB_PATH/.created" --file output
507+ # az storage blob download --auth-mode login --container-name "$ STORAGECONTAINER_NAME" --account-name "$STORAGEACCOUNT_NAME" --name "$STORAGEBLOB_PATH/.created" --file output
508508 # cat ./output
509509 # env:
510510 # RESOURCEGROUP_NAME: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)
You can’t perform that action at this time.
0 commit comments