mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Remove unnecessary stash
This commit is contained in:
@@ -804,7 +804,6 @@ function getRebuildBranchName() {
|
||||
gulp.task('recompile', gulp.series([
|
||||
'git-sync-develop',
|
||||
function(done) {
|
||||
execSync('git stash save -m "Stash for rebuild"', { stdio: 'inherit' });
|
||||
var branchName = getRebuildBranchName();
|
||||
console.log('make-rebuild-branch: creating branch ' + branchName);
|
||||
execSync('git checkout -b ' + branchName, { stdio: 'inherit' });
|
||||
|
||||
Reference in New Issue
Block a user