Skip to content

Commit 95585cb

Browse files
committed
regular clone
1 parent ae78f36 commit 95585cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export NODE_OPTIONS=--max-old-space-size=4096
1111
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
1212
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
1313
cd "$test_root_dir"
14-
git clone -b gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
14+
git clone --depth=10 https://github.com/mongodb-js/vscode.git
1515
cd vscode
1616
npm install --force
1717
rm -rf node_modules/@mongosh

0 commit comments

Comments
 (0)