From d2f942d56b6f9829f788ad8347f3dc8e8220537a Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Wed, 1 Sep 2021 09:29:02 -0700 Subject: [PATCH] Update pre_release task to avoid checking if the master specs repo exists. --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index e3aac85169..7d7d8c0c77 100644 --- a/Rakefile +++ b/Rakefile @@ -46,9 +46,6 @@ begin desc 'Prepares for a release' task :pre_release do - unless File.exist?('../Specs') - raise 'Ensure that the specs repo exits in the `../Specs` location' - end end # Post release