Skip to content

Commit

Permalink
omnibus:(project) update build_version
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <afiune@chef.io>
  • Loading branch information
Salim Afiune committed Feb 5, 2020
1 parent 3cede43 commit a950f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnibus/config/projects/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
install_dir "#{default_root}/#{name}"
end

build_version Omnibus::BuildVersion.semver
version_file = File.expand_path("../../../../VERSION", __FILE__)
build_version IO.read(version_file).strip
build_iteration 1

# In order to prevent unecessary cache expiration,
Expand Down

0 comments on commit a950f4d

Please sign in to comment.