Files
runner-images-sangeeth/images/macos/provision/core/bicep.sh
T

8 lines
128 B
Bash
Raw Normal View History

2021-07-07 09:10:31 -05:00
#!/bin/bash -e -o pipefail
echo Installing bicep cli...
brew tap azure/bicep
brew install bicep
invoke_tests "Common" "Bicep"