Skip to content

Commit 5dfeae0

Browse files
committed
Test change to puppet-strings
This PR is meant to test a change to puppet-strings where the ability to pass your own commit message is added.
1 parent 0892a95 commit 5dfeae0

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group :development do
2222
gem "faraday", '~> 1.0', require: false
2323
gem "github_changelog_generator", require: false
2424
gem "puppet-blacksmith", require: false
25-
gem "puppet-strings", require: false
25+
gem "puppet-strings", require: false, git: 'https://github.com/ghoneycutt/puppet-strings.git', ref: 'configure_push'
2626
end
2727
group :system_tests do
2828
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.29')

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# puppet-module-pam
22

3+
## TESTING
4+
5+
36
#### Table of Contents
47

58
1. [Module Description - What the module does and why it is useful](#module-description)

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ end
101101
desc "Release new module version (changelog, reference, commit, tag, gh pages)"
102102
task :release => [:changelog, "strings:generate:reference", "release:commit", "module:tag"]
103103

104+
desc 'test pushing to gh-pages'
105+
task :'gh_pages:push' do
106+
Rake::Task['strings:gh_pages:push'].invoke("(docs) auto-generated update")
107+
end

0 commit comments

Comments
 (0)