mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
Travis: do not rerun tests on deploy stage
This commit is contained in:
parent
00395c3420
commit
2595665b0c
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
include:
|
||||
- stage: deploy
|
||||
jdk: openjdk8
|
||||
script: skip # do not rerun any tests
|
||||
deploy:
|
||||
- provider: script
|
||||
script: ./gradlew dockerPushBeta
|
||||
|
|
@ -37,4 +38,4 @@ jobs:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+
|
||||
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+
|
||||
|
|
|
|||
Loading…
Reference in a new issue