Dont clean - pipeline should already be clean and a clean will clean node_modules

This commit is contained in:
Wesley Wigham
2019-06-05 15:18:00 -07:00
parent ec4ca6b619
commit 16030663ff

View File

@@ -28,7 +28,6 @@ async function main() {
// Forcibly cleanup workspace
runSequence([
["git", ["clean", "-fdx"]],
["git", ["checkout", "."]],
["git", ["fetch", "-fu", "origin", "master:master"]],
["git", ["checkout", "master"]],