mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
lock distro version
This commit is contained in:
+2
-1
@@ -29,6 +29,7 @@ const assign = require('object-assign');
|
||||
const monacodts = require('./build/monaco/api');
|
||||
const fs = require('fs');
|
||||
const glob = require('glob');
|
||||
const pkg = require('./package.json');
|
||||
|
||||
const rootDir = path.join(__dirname, 'src');
|
||||
const options = require('./src/tsconfig.json').compilerOptions;
|
||||
@@ -215,7 +216,7 @@ gulp.task('mixin', function () {
|
||||
return;
|
||||
}
|
||||
|
||||
const url = 'https://github.com/' + repo + '/archive/master.zip';
|
||||
const url = `https://github.com/${ repo }/archive/${ pkg.distro }.zip`;
|
||||
const opts = { base: '' };
|
||||
const username = process.env['VSCODE_MIXIN_USERNAME'];
|
||||
const password = process.env['VSCODE_MIXIN_PASSWORD'];
|
||||
|
||||
Reference in New Issue
Block a user