Skip to content

Commit e1fc3af

Browse files
committed
(CONT-800) - Add Env variables to ci/nightly
1 parent ab5b684 commit e1fc3af

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
fail-fast: false
5858
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
5959

60+
env:
61+
PUPPET_GEM_VERSION: '~> 7.24'
62+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
63+
6064
steps:
6165
- name: Checkout Source
6266
uses: actions/checkout@v2

.github/workflows/nightly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
fail-fast: false
5656
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
5757

58+
env:
59+
PUPPET_GEM_VERSION: '~> 7.24'
60+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
61+
5862
steps:
5963
- name: Checkout Source
6064
uses: actions/checkout@v2

0 commit comments

Comments
 (0)