Skip to content

Commit baa23d9

Browse files
committed
fix pipeline
1 parent a8fb956 commit baa23d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/bootstrapper/bootstrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161

6262
#azure-CLI
63-
if az > /dev/null ; then
63+
if az > /dev/null 2>&1 ; then
6464
echo "✅ Azure CLI was found"
6565
else
6666
echo "❌ Azure CLI not found, installing it..."

0 commit comments

Comments
 (0)