mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Remove CI workflow since vscode runs it now (e.g. 1619014477)
This commit is contained in:
parent
14c560f898
commit
1cada068d1
8 changed files with 1 additions and 2495 deletions
|
|
@ -824,8 +824,3 @@ gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
|
|||
createSimpleServer(SERVER_ROOT, 8080);
|
||||
createSimpleServer(SERVER_ROOT, 8088);
|
||||
}));
|
||||
|
||||
gulp.task('ciserver', taskSeries(generateTestSamplesTask, function () {
|
||||
const SERVER_ROOT = path.normalize(path.join(__dirname, './'));
|
||||
createSimpleServer(SERVER_ROOT, 8080);
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue