Skip to content

Commit

Permalink
Add PDK to Gemfile before relase prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carabas committed Feb 3, 2021
1 parent 186a124 commit 341b306
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ jobs:
with:
ruby-version: "2.6"

- name: "Install PDK and Run release prep"
- name: "Bundle install"
run: |
wget https://apt.puppet.com/puppet-tools-release-focal.deb
sudo dpkg -i puppet-tools-release-focal.deb
sudo apt-get update -y
sudo apt-get install -y pdk
echo $PWD
ls -la
pdk bundle install
pdk release prep --force
echo "gem 'pdk'" >> Gemfile
bundle install
- name: "PDK Release prep"
run: |
pdk release prep --force
- name: "Commit changes"
run: |
Expand Down

0 comments on commit 341b306

Please sign in to comment.