Maybe this will fix the yaml..
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user