Skip to content

Commit 7c0b39e

Browse files
committed
commenting unnecesary envs
1 parent af79f68 commit 7c0b39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
5454

55-
env:
56-
PUPPET_GEM_VERSION: '~> 7.24'
57-
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
55+
# env:
56+
# PUPPET_GEM_VERSION: '~> 7.24'
57+
# FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
5858

5959
steps:
6060

0 commit comments

Comments
 (0)