Attempt to fix build (why microsoft, why)

main
Chris Vickery 2018-05-24 12:12:42 -07:00
parent 3df4a4af56
commit 8f15b1e103
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_install:
- echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | sudo tee /etc/apt/sources.list.d/azure-cli.list
- sudo apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893
- sudo apt-get install apt-transport-https
- sudo apt-get update && sudo apt-get install azure-cli libudev-dev
- sudo apt-get update && sudo apt-get install azure-cli libudev-dev --allow-unauthenticated
# - yarn global add azure-cli@0.10.x
before_script: yarn netlify-sass