From 90f6948c275ffbe8b316c9a7235bab09a9f031eb Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 17 Oct 2019 10:21:55 -0600 Subject: [PATCH] Remove unnecessary stash --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 93e9ed9ab..b6bc06afc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' });