Commit ef0e4c0
committed
(PA-7366) Install released puppet and facter gems
Allow `PUPPET_GEM_VERSION` to be passed as an environment variable,
including the source:
$ export PUPPET_GEM_VERSION="source:https://rubygems-puppetcore.puppet.com#~> 8.0"
$ export BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM=forge-key:XXX
$ bundle install
$ bundle exec puppet --version
8.13.1
To test against nightly puppet, we need the twingate token.
To test against released puppet, we need to the puppetcore token.1 parent 8ad4f48 commit ef0e4c0
File tree
3 files changed
+6
-0
lines changed- .github/workflows
3 files changed
+6
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments