Maybe this will fix the yaml..

This commit is contained in:
Patrick J Cherry
2017-06-30 09:47:29 +01:00
parent 6e16adcd54
commit 754f3ef681

View File

@@ -46,7 +46,7 @@ publish:rubygems:
stage: publish
script:
- mkdir -p ~/.gem
- echo -e "---\n:rubygems_api_key: '$RUBYGEMS_API_KEY'\n" > ~/.gem/credentials
- 'echo -e "---\n:rubygems_api_key: ''$RUBYGEMS_API_KEY''\n" > ~/.gem/credentials'
- gem push pkg/jessie/gems/netlinkrb-*.gem
only:
- master