We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fce80 commit 0e1fed3Copy full SHA for 0e1fed3
scripts/ci.bash
@@ -59,6 +59,8 @@ function local-build() {
59
60
# Build code-server in the CI.
61
function main() {
62
+ cd "$(dirname "${0}")/.."
63
+
64
local codeServerVersion="${VERSION:-}"
65
local vscodeVersion="${VSCODE_VERSION:-}"
66
local ostype="${OSTYPE:-}"
0 commit comments