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

10 lines
159 B
Bash
Raw Normal View History

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