Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Jan 31, 2024
1 parent 68b8761 commit 52bb480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eng/mgmt/automation/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export NVM_DIR="$HOME/.nvm"
nvm install v18.15.0
nvm alias default node

npm install @azure-tools/typespec-client-generator-cli

cat << EOF > $2
{"envs": {"PATH": "$JAVA_HOME_11_X64/bin:$PATH", "JAVA_HOME": "$JAVA_HOME_11_X64"}}
EOF
2 changes: 0 additions & 2 deletions eng/mgmt/automation/sdk_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
apt-get install python3.8
apt-get install -y --upgrade python3-pip python3-setuptools

npm install @azure-tools/typespec-client-generator-cli

cat << EOF > $1
{}
EOF

0 comments on commit 52bb480

Please sign in to comment.