Skip to content

Commit

Permalink
PDK from package
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct committed Jul 7, 2021
1 parent fe5a215 commit 9a1388f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tag_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
bundler-cache: true
- run: bundle exec rake metadata_lint
- run: bundle exec rake lint
- run: |
- name: Install PDK package
run: |
wget https://apt.puppet.com/puppet-tools-release-bionic.deb
sudo dpkg -i puppet-tools-release-bionic.deb
sudo apt-get update
Expand Down Expand Up @@ -117,12 +118,14 @@ jobs:
with:
ref: ${{ github.ref }}
clean: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Install PDK package
run: |
wget https://apt.puppet.com/puppet-tools-release-bionic.deb
sudo dpkg -i puppet-tools-release-bionic.deb
sudo apt-get update
sudo apt-get install pdk
- name: Build Puppet module (PDK)
run: bundle exec pdk build --force
run: pdk build --force
- name: Deploy to Puppet Forge
run: |
curl -X POST --silent --show-error --fail \
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolterrific-github_inventory",
"version": "0.2.1",
"version": "0.3.0",
"author": "Chris Tessmer",
"summary": "A Bolt plugin that generates local Targets from GitHub org repositories",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9a1388f

Please sign in to comment.