Skip to content

Commit

Permalink
fixup! Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheyla Trudo committed Oct 2, 2024
1 parent cdc6b4d commit 24c8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/get-storage-accounts.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
# Export the available storage account list..
# uses custom variable naming if specified.
if [[ -n $VARNAME_SA_LIST ]] && \
! [[ $VARNAME_SA_LIST ~= ^[N|n][O|o][N|n][E|e]$ ]]; then
! [[ $VARNAME_SA_LIST =~ ^[N|n][O|o][N|n][E|e]$ ]]; then
echo >&2 "##vso[task.setvariable variable=${VARNAME_SA_LIST};issecret=true;]${R_LIST}"
echo >&2 "##vso[task.setvariable variable=${VARNAME_SA_LIST}_LENGTH;issecret=true]${R_LIST_LENGTH}"
else
Expand Down

0 comments on commit 24c8162

Please sign in to comment.