Skip to content

Commit

Permalink
Update pre_release task to avoid checking if the master specs repo ex…
Browse files Browse the repository at this point in the history
…ists.
  • Loading branch information
dnkoutso committed Sep 1, 2021
1 parent ae95e63 commit d2f942d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit d2f942d

Please sign in to comment.