Skip to content

Commit

Permalink
regular clone
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Nov 19, 2024
1 parent ae78f36 commit 95585cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export NODE_OPTIONS=--max-old-space-size=4096
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
cd "$test_root_dir"
git clone -b gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
git clone --depth=10 https://github.com/mongodb-js/vscode.git
cd vscode
npm install --force
rm -rf node_modules/@mongosh
Expand Down

0 comments on commit 95585cb

Please sign in to comment.