Skip to content

Commit bef0fe4

Browse files
author
Vladimir Kotal
committed
fix release condition
1 parent 1d09e4b commit bef0fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
file: distribution/target/opengrok-$TRAVIS_TAG.tar.gz
8787
skip_cleanup: true
8888
on:
89-
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
89+
condition: $TRAVIS_TAG =~ ^[0-9\.]+$
9090
all_branches: true

0 commit comments

Comments
 (0)