Skip to content

Commit

Permalink
disable saving tags automatically for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxp committed Feb 25, 2013
1 parent b935a18 commit 8c40779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/jenkins.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def foodcritic_test(cookbooks=[], cookbook_path=Chef::Config[:cookbook_path])
def prop(env_from=Chef::Config[:jenkins][:env_from], env_to=Chef::Config[:jenkins][:env_to]) def prop(env_from=Chef::Config[:jenkins][:env_from], env_to=Chef::Config[:jenkins][:env_to])
add_upstream add_upstream


save(env_from) #save(env_from)
from = Chef::Environment.load(env_from) from = Chef::Environment.load(env_from)
to = Chef::Environment.load(env_to) to = Chef::Environment.load(env_to)


Expand Down

0 comments on commit 8c40779

Please sign in to comment.