Skip to content

Commit

Permalink
checkout right away
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 25, 2024
1 parent 8167217 commit 244f5f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ test_root_dir=/tmp/mongosh-vscode-test
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
cd "$test_root_dir"
git clone --depth=10 https://github.com/mongodb-js/vscode.git
git clone -b origin/gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
cd vscode
git checkout origin/gagik/mongosh-package-update
npm install --force
rm -rf node_modules/@mongosh
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
Expand Down

0 comments on commit 244f5f4

Please sign in to comment.