mirror of
https://github.com/coder/code-server.git
synced 2026-05-17 17:57:26 +02:00
Switch fully to GH Actions
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
cd "$(dirname "$0")/../.."
|
||||
|
||||
yarn
|
||||
yarn vscode
|
||||
yarn build
|
||||
yarn build:vscode
|
||||
STATIC=1 yarn release
|
||||
./ci/build/test-static-release.sh
|
||||
./ci/build/archive-static-release.sh
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user