From a5b77fa30ed5548978c0907b74ba986cdbf6c11a Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 30 Sep 2014 13:36:26 -0700 Subject: environment pinning: new commands `leap env`, `leap env pin X` and `leap env unpin`. See `leap help env` for more information. --- lib/leap_cli/commands/pre.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/leap_cli/commands/pre.rb') diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb index 835eada..2e5c34e 100644 --- a/lib/leap_cli/commands/pre.rb +++ b/lib/leap_cli/commands/pre.rb @@ -48,13 +48,6 @@ module LeapCli; module Commands bail! { log :missing, "platform directory '#{Path.platform}'" } end - if LeapCli.leapfile.platform_branch && LeapCli::Util.is_git_directory?(Path.platform) - branch = LeapCli::Util.current_git_branch(Path.platform) - if branch != LeapCli.leapfile.platform_branch - bail! "Wrong branch for #{Path.platform}. Was '#{branch}', should be '#{LeapCli.leapfile.platform_branch}'. Edit Leapfile to disable this check." - end - end - # # set log file # -- cgit v1.2.3