mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
refactor: remove submodule code from steps scripts
This commit is contained in:
@@ -6,11 +6,6 @@ main() {
|
||||
|
||||
yarn --frozen-lockfile
|
||||
|
||||
git submodule update --init
|
||||
# We do not `yarn vscode` to make test.sh faster.
|
||||
# If the patch fails to apply, then it's likely already applied
|
||||
yarn vscode:patch &> /dev/null || true
|
||||
|
||||
yarn test
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user