We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a304 commit 220f5dbCopy full SHA for 220f5db
.github/workflows/ci.yml
@@ -94,7 +94,12 @@ jobs:
94
95
- name: Install agent
96
run: |
97
- bundle exec rake 'litmus:install_agent[${{ matrix.collection.collection }}]'
+ if [[ "${{ matrix.collection.version }}" ]] ; then
98
+ export PUPPET_VERSION=${{ matrix.collection.version }}
99
+ bundle exec rake 'litmus:install_agent[${{ matrix.collection.collection }}]'
100
+ else
101
+ bundle exec rake 'litmus:install_agent[${{ matrix.collection }}]'
102
+ fi
103
104
- name: Install module
105
0 commit comments