File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 39
39
install : true
40
40
- stage : deploy
41
41
name : Github Release
42
- if : tag IS present
42
+ if : branch = "master" AND repo = "oracle/opengrok" AND tag IS present
43
43
before_install : dev/before_install
44
44
script : mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V package
45
45
deploy :
@@ -51,18 +51,12 @@ jobs:
51
51
file : distribution/target/opengrok-$TRAVIS_TAG.tar.gz
52
52
skip_cleanup : true
53
53
on :
54
- repo : oracle/opengrok
55
- tags : true
56
54
condition : $TRAVIS_TAG =~ rc[0-9]+$
57
- branch : master
58
55
# Full release
59
56
- provider : releases
60
57
api_key :
61
58
secure : bCywC9GdBIzLvLG3cgM9SgOAdMRQchmqEyKQZtIfK4iNzH3GjZwLMH91Oha0X3XU/n+nxGKw2E9qpYRzWlcbxHXqIgjFTt+hkt7zAldjjyWJnOcAYqdUDfsH3NqNQBqMBg8q7Bjc0LVS6PfpTpZliZISrL6KSyDprRg7C0S+HAk=
62
59
file : distribution/target/opengrok-$TRAVIS_TAG.tar.gz
63
60
skip_cleanup : true
64
61
on :
65
- repo : oracle/opengrok
66
- tags : true
67
62
condition : ! $TRAVIS_TAG =~ rc[0-9]+$
68
- branch : master
You can’t perform that action at this time.
0 commit comments