Skip to content

Commit 7ef3023

Browse files
committed
(PA-7608) test artifactory
testing testing test
1 parent 32ca52a commit 7ef3023

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
fixtures:
22
repositories:
33
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
4+
puppet_agent:
5+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6+
ref: 34bbfb34bcdf7a4c167088a751971a29f9d7f107
57
provision: 'https://github.com/puppetlabs/provision.git'
68
symlinks:
79
stdlib: "#{source_dir}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
Acceptance:
1515
needs: Spec
16-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@twingate_artifactory"
1717
secrets: "inherit"
1818
with:
1919
runs_on: "ubuntu-24.04"

0 commit comments

Comments
 (0)