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 8a1bcdc commit 84dbc06Copy full SHA for 84dbc06
.travis.yml
@@ -39,7 +39,7 @@ jobs:
39
install: true
40
- stage: deploy
41
name: Github Release
42
- if: branch = "master" AND repo = "oracle/opengrok" AND tag IS present
+ if: repo = "oracle/opengrok" AND tag IS present
43
before_install: dev/before_install
44
script: mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V package
45
deploy:
@@ -52,6 +52,7 @@ jobs:
52
skip_cleanup: true
53
on:
54
condition: $TRAVIS_TAG =~ rc[0-9]+$
55
+ branch: master
56
# Full release
57
- provider: releases
58
api_key:
@@ -60,3 +61,4 @@ jobs:
60
61
62
63
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
64
0 commit comments