mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
This reverts commit fcf7cd18d4.
This commit is contained in:
committed by
GitHub
parent
fcf7cd18d4
commit
325094ef86
@@ -12,11 +12,4 @@ echo "azure-cli https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-lin
|
||||
rm -f /etc/apt/sources.list.d/azure-cli.list
|
||||
rm -f /etc/apt/sources.list.d/azure-cli.list.save
|
||||
|
||||
echo "Warmup 'az'"
|
||||
az --help > /dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Command 'az --help' failed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
invoke_tests "CLI.Tools" "Azure CLI"
|
||||
|
||||
Reference in New Issue
Block a user