File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ before_install:
1010 - rm -f Gemfile.lock
1111 - " # Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
1212 - " # See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
13- - " # Ignore exit code of SIGPIPE'd yes to not fail with shell's pipefail set"
14- - ' [ -z "$RUBYGEMS_VERSION" ] || (yes || true) | gem update --system $RUBYGEMS_VERSION'
13+ - ' [ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
1514 - gem --version
1615 - bundle -v
1716script :
Original file line number Diff line number Diff line change 7979 ],
8080 "pdk-version" : " 1.15.0" ,
8181 "template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
82- "template-ref" : " heads/master-0-g5676b3f "
82+ "template-ref" : " heads/master-0-gcaed9d7 "
8383}
You can’t perform that action at this time.
0 commit comments