diff --git a/scripts/ci.bash b/scripts/ci.bash index e553854acb43cf3ed1615428736f33527cb184c2..c5863b2f400851cc0ed21ea7cbd402896d48d212 100755 --- a/scripts/ci.bash +++ b/scripts/ci.bash @@ -59,6 +59,8 @@ function local-build() { # Build code-server in the CI. function main() { + cd "$(dirname "${0}")/.." + local codeServerVersion="${VERSION:-}" local vscodeVersion="${VSCODE_VERSION:-}" local ostype="${OSTYPE:-}"