Skip to content

Commit a736ad2

Browse files
Revert "Merge pull request #129 from puppetlabs/puppetcore"
This reverts commit 2513c6c, reversing changes made to cb81a0b.
1 parent a52d224 commit a736ad2

File tree

2 files changed

+1
-122
lines changed

2 files changed

+1
-122
lines changed

.github/workflows/module_ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,7 @@ on:
1919
required: false
2020
default: false
2121
type: "boolean"
22-
ruby_version:
23-
description: "Ruby version to use"
24-
required: false
25-
default: '3.1'
26-
type: "string"
27-
puppetcore_api_type:
28-
description: "The type of API to use for Puppet Core."
29-
required: false
30-
default: 'forge-key'
31-
type: "string"
3222

33-
# ENABLE PUPPETCORE. The calling workflow must:
34-
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
35-
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
36-
env:
37-
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
38-
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "${{ inputs.puppetcore_api_type }}:${{ secrets.PUPPET_FORGE_TOKEN }}"
3923

4024
jobs:
4125
setup_matrix:
@@ -57,7 +41,7 @@ jobs:
5741
- name: "Setup ruby"
5842
uses: "ruby/setup-ruby@v1"
5943
with:
60-
ruby-version: ${{ inputs.ruby_version }}
44+
ruby-version: "2.7"
6145
bundler-cache: true
6246

6347
- name: "Bundle environment"

docs/how-to/how_to_using_module_ci_workflow_with_puppetcore_gems.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)