Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Moreno <joao.moreno@microsoft.com>2019-07-02 16:38:23 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-07-02 16:38:23 +0300
commit833796d25c2ab1fbec8bd1e9755517ac3f43783b (patch)
tree956b99e51f2f36ce34363f2b2c8e5118b8bc881f /gulpfile.js
parent490459b90ecd621db609e24180326becda3068d5 (diff)
remove gulpfile.ci
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index e41bf4a498f..8a5eff502f6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -40,6 +40,4 @@ process.on('unhandledRejection', (reason, p) => {
// Load all the gulpfiles only if running tasks other than the editor tasks
const build = path.join(__dirname, 'build');
require('glob').sync('gulpfile.*.js', { cwd: build })
- .filter(f => !/gulpfile\.ci\.js/.test(f))
- .forEach(f => require(`./build/${f}`));
-require('./build/gulpfile.ci.js'); \ No newline at end of file
+ .forEach(f => require(`./build/${f}`)); \ No newline at end of file