Remove CI workflow since vscode runs it now (e.g. 1619014477)

This commit is contained in:
Alexandru Dima 2020-12-28 22:05:43 +01:00
parent 14c560f898
commit 1cada068d1
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
8 changed files with 1 additions and 2495 deletions

View file

@ -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);
}));