Skip to content

Commit 66295f1

Browse files
author
Vladimir Kotal
committed
try the release condition without quotes
1 parent 5540212 commit 66295f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
on:
4848
repo: oracle/opengrok
4949
tags: true
50-
condition: "$TRAVIS_TAG =~ rc[0-9]+$"
50+
condition: $TRAVIS_TAG =~ rc[0-9]+$
5151
branch: master
5252
# Full release
5353
- provider: releases
@@ -62,5 +62,5 @@ deploy:
6262
on:
6363
repo: oracle/opengrok
6464
tags: true
65-
condition: "! $TRAVIS_TAG =~ rc[0-9]+$"
65+
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
6666
branch: master

0 commit comments

Comments
 (0)