Skip to content

Commit 17fa912

Browse files
committed
Exclude :release group from integration test bundle install
The :release group contains github_changelog_generator (via a GitHub fork) which has an unresolvable rainbow dependency. Since release tooling is never needed during test runs, excluding it unblocks bundle install and allows the syslog gem to be installed — which Puppet's POSIX feature check requires to load successfully. Signed-off-by: Austin Blatt <austb@austb.net>
1 parent d9d0251 commit 17fa912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/bin/config-openvox-test-ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ esac
5050

5151
# Install and update Ruby dependencies from top-level Gemfile
5252
bundle config set --local path vendor/bundle
53-
bundle config set --local without acceptance
53+
bundle config set --local without 'acceptance release'
5454
bundle install --retry=10
5555
bundle update
5656
# Print out info on Puppet dependency

0 commit comments

Comments
 (0)