Skip to content

Commit e103004

Browse files
authored
Merge pull request #44 from puppetlabs/PA-8445/main/core-facter
(PA-8445) Use Artifactory as sole gem source
2 parents b03a4eb + c9a6c24 commit e103004

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
run: |
5252
${{ matrix.extra_steps }}
5353
curl https://artifactory.delivery.puppetlabs.net/artifactory/internal_nightly__local/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem --location
54-
gem install puppet.gem -N --source https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
54+
gem sources --add https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
55+
gem sources --remove https://rubygems.org/
56+
gem install puppet.gem -N
5557
5658
- name: Prepare testing environment with bundler
5759
env:

0 commit comments

Comments
 (0)