Skip to content

Commit

Permalink
remove dep on edge build and build from source code (Azure#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
williexu authored Feb 23, 2019
1 parent 62f248a commit 851b0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/verify_modified_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -ex

# Install CLI & Dev Tools
echo "Installing azure-cli-dev-tools and azure-cli..."
pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
python ../azure-cli/scripts/dev_setup.py
pip install -e "git+https://github.com/Azure/azure-cli@dev#egg=azure-cli-dev-tools&subdirectory=tools" -q
echo "Installed."
az --version
Expand Down

0 comments on commit 851b0df

Please sign in to comment.