libraries/deploy-context/deploy.rb in deploy-context-2.1.35.3.g2abab85.16.g399fb24.9.g1523b69.3.g0fb07cc vs libraries/deploy-context/deploy.rb in deploy-context-2.1.35.3.g2abab85.16.g399fb24.9.g1523b69.8.ga24e5ef
- old
+ new
@@ -56,11 +56,11 @@
end
def build
ruby_build(self)
cookbook_build(self)
- check_folder get_context_folder(self, 'contexts')
+ check_folder get_context_file(self, 'contexts')
end
def commit
git_commit(self)
cookbook_install(self)
@@ -78,9 +78,10 @@
end
def clean
clean_folder(self, 'contexts')
ruby_clean(self)
+ cookbook_clean(self)
end
def show_new_version(level)
log "#{level} bump #{context_name} at newer version #{version}"
end