Skip to content

Commit

Permalink
try the release condition without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Oct 5, 2018
1 parent 5540212 commit 66295f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -47,7 +47,7 @@ deploy:
on:
repo: oracle/opengrok
tags: true
condition: "$TRAVIS_TAG =~ rc[0-9]+$"
condition: $TRAVIS_TAG =~ rc[0-9]+$
branch: master
# Full release
- provider: releases
Expand All @@ -62,5 +62,5 @@ deploy:
on:
repo: oracle/opengrok
tags: true
condition: "! $TRAVIS_TAG =~ rc[0-9]+$"
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
branch: master

0 comments on commit 66295f1

Please sign in to comment.