Skip to content

Commit

Permalink
Use merged code
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 24, 2024
1 parent 83119c6 commit d4d6f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: traylenator/gha-puppet/.github/workflows/beaker.yml@52be2c8acfed5c10420b9c28d1a91707237c7cea
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@9217ba1b7892d133cc8b94d46e82ee0b32481b7c
with:
pidfile_workaround: 'false'
beaker_hypervisor: 'vagrant_libvirt'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'beaker-hostgenerator', :git => 'https://github.com/traylenator/beaker-hostgenerator', :ref => '53063d41eb1d3c6bf958c4a0ddade7a36ce2ab18', :require => false
gem 'beaker-hostgenerator', :git => 'https://github.com/voxpupuli/beaker-hostgenerator', :require => false
end

group :release do
Expand Down

0 comments on commit d4d6f7c

Please sign in to comment.