kopia lustrzana https://github.com/inkstitch/inkstitch
relax requirements for pre-release tag names
rodzic
c630ad3a30
commit
f74146716c
|
@ -13,7 +13,7 @@ matrix:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
sudo: required
|
sudo: required
|
||||||
env: BUILD=true
|
env: BUILD=true
|
||||||
if: tag =~ ^v
|
if: tag is present
|
||||||
cache: pip
|
cache: pip
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
|
@ -91,4 +91,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tag: true
|
tag: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: "$TRAVIS_TAG =~ ^v[0-9.]+-pre"
|
condition: '! "$TRAVIS_TAG" =~ ^v[0-9.]+$'
|
||||||
|
|
Ładowanie…
Reference in New Issue