Remove unnecessary stash

This commit is contained in:
Rachel Fenichel
2019-10-17 10:21:55 -06:00
parent 17f47ee2cb
commit 90f6948c27

View File

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