Skip to content

Commit 3f1617e

Browse files
authored
Merge pull request puppetlabs#132 from puppetlabs/run_pdk_update
Run pdk update to obtain .travis.yml template update
2 parents 27ab86c + 8971e9a commit 3f1617e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ cache: bundler
55
before_install:
66
- bundle -v
77
- rm -f Gemfile.lock
8-
- gem update --system $RUBYGEMS_VERSION
8+
- "# Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
9+
- "# See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
10+
- '[ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
911
- gem --version
1012
- bundle -v
1113
script:

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
"description": "Tasks that manipulate a service",
7171
"pdk-version": "1.14.1",
7272
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
73-
"template-ref": "heads/master-0-g643529a"
73+
"template-ref": "heads/master-0-g3de8e77"
7474
}

0 commit comments

Comments
 (0)