Skip to content

Commit

Permalink
Update automation_init.sh (Azure#16599)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Feb 8, 2021
1 parent 1e20065 commit 14eb6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/automation_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ VIRTUAL_ENV=$TMPDIR/venv-sdk
export VIRTUAL_ENV
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH
python -m pip install -U pip
python scripts/dev_setup.py -p azure-core
echo "{}" >> $2
echo "[Generate] init success!!!"

0 comments on commit 14eb6f7

Please sign in to comment.