From 5aa8ee04ca5ff4960317f6c8b0882915206ff919 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Sun, 21 Jan 2018 23:38:57 +0000 Subject: [PATCH] Remove git from e2e script --- tasks/e2e-simple.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index 7c158b370..8ea08b556 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -261,12 +261,6 @@ verify_module_scope # Finally, let's check that everything still works after ejecting. # ****************************************************************************** -# Commiting changes -git config user.email "you@example.com" -git config user.name "Your Name" -git add . -git commit -m "Before npm run eject" - # Eject... echo yes | npm run eject -- GitLab