mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 13:56:45 +00:00
Use presence on tags in travis
This commit is contained in:
parent
ccce4d6360
commit
a46a5be3bb
@ -29,7 +29,7 @@ jobs:
|
||||
include:
|
||||
- stage: publish components
|
||||
script: 'cd rswag-api'
|
||||
if: tag = true
|
||||
if: tag IS present
|
||||
deploy:
|
||||
gemspec: rswag-api.gemspec
|
||||
provider: rubygems
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- stage: publish components
|
||||
script: 'cd rswag-specs'
|
||||
if: tag = true
|
||||
if: tag IS present
|
||||
deploy:
|
||||
gemspec: rswag-specs.gemspec
|
||||
provider: rubygems
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- stage: publish components
|
||||
script: 'cd rswag-ui'
|
||||
if: tag = true
|
||||
if: tag IS present
|
||||
deploy:
|
||||
gemspec: rswag-ui.gemspec
|
||||
provider: rubygems
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- stage: publish rswag
|
||||
script: 'cd rswag'
|
||||
if: tag = true
|
||||
if: tag IS present
|
||||
deploy:
|
||||
gemspec: rswag.gemspec
|
||||
provider: rubygems
|
||||
|
||||
Loading…
Reference in New Issue
Block a user