We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5540212 commit 66295f1Copy full SHA for 66295f1
.travis.yml
@@ -47,7 +47,7 @@ deploy:
47
on:
48
repo: oracle/opengrok
49
tags: true
50
- condition: "$TRAVIS_TAG =~ rc[0-9]+$"
+ condition: $TRAVIS_TAG =~ rc[0-9]+$
51
branch: master
52
# Full release
53
- provider: releases
@@ -62,5 +62,5 @@ deploy:
62
63
64
65
- condition: "! $TRAVIS_TAG =~ rc[0-9]+$"
+ condition: ! $TRAVIS_TAG =~ rc[0-9]+$
66
0 commit comments