Compare commits
4 Commits
fix-ci-tes
...
publish-to
Author | SHA1 | Date | |
---|---|---|---|
![]() |
754f3ef681 | ||
![]() |
6e16adcd54 | ||
![]() |
08049d6dfb | ||
![]() |
84ca8ee842 |
@@ -41,3 +41,13 @@ publish:
|
|||||||
script:
|
script:
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
publish:rubygems:
|
||||||
|
image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby
|
||||||
|
stage: publish
|
||||||
|
script:
|
||||||
|
- mkdir -p ~/.gem
|
||||||
|
- 'echo -e "---\n:rubygems_api_key: ''$RUBYGEMS_API_KEY''\n" > ~/.gem/credentials'
|
||||||
|
- gem push pkg/jessie/gems/netlinkrb-*.gem
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- publish-to-rubygems
|
||||||
|
Reference in New Issue
Block a user