From 6f25c5efd773215259d04e61970a4ddd63dbf0ae Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 14 Mar 2023 21:19:58 +0200 Subject: [PATCH] Restore commented out Exception --- server/RoboFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/RoboFile.php b/server/RoboFile.php index 79d0bd3357..7e279974af 100644 --- a/server/RoboFile.php +++ b/server/RoboFile.php @@ -38,7 +38,7 @@ public function deployPantheon($branchName = 'master') { if ($result->getMessage()) { $this->yell($result->getMessage()); - // throw new Exception('The GitHub working directory is dirty. Please commit any pending changes or add to .gitignore.'); + throw new Exception('The GitHub working directory is dirty. Please commit any pending changes or add to .gitignore.'); } $result = $this