Skip to content

Commit 244f5f4

Browse files
committed
checkout right away
1 parent 8167217 commit 244f5f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/test-vscode.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ test_root_dir=/tmp/mongosh-vscode-test
1010
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
1111
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
1212
cd "$test_root_dir"
13-
git clone --depth=10 https://github.com/mongodb-js/vscode.git
13+
git clone -b origin/gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
1414
cd vscode
15-
git checkout origin/gagik/mongosh-package-update
1615
npm install --force
1716
rm -rf node_modules/@mongosh
1817
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)

0 commit comments

Comments
 (0)