Skip to content

Commit

Permalink
Temporarily use older version of omnibus
Browse files Browse the repository at this point in the history
This works around the following issue [1] we're running into.

[1] chef/omnibus#1014

Signed-off-by: Lance Albertson <lance@osuosl.org>
  • Loading branch information
ramereth committed Apr 29, 2021
1 parent 39e2b4e commit 4229c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "omnibus", github: ENV.fetch("OMNIBUS_GITHUB_REPO", "chef/omnibus"), branch: ENV.fetch("OMNIBUS_GITHUB_BRANCH", "master")
gem "omnibus", github: ENV.fetch("OMNIBUS_GITHUB_REPO", "chef/omnibus"), tag: 8.1.7
gem "omnibus-software", github: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_REPO", "chef/omnibus-software"), branch: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_BRANCH", "master")
gem "artifactory"

Expand Down

0 comments on commit 4229c8a

Please sign in to comment.