This repository was archived by the owner on Mar 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-29
lines changed
Expand file tree Collapse file tree 2 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -11,37 +11,39 @@ jobs:
1111 include :
1212 - jdk : openjdk8
1313 - jdk : oraclejdk8
14+
1415 - stage : deploy
1516 name : " Docker Image: Analysis"
1617 if : (branch = dev-1) OR (branch = master)
1718 jdk : openjdk8
1819 script : cd analysis && ../.travis/docker_push.sh
20+
1921 - stage : deploy
2022 name : " Docker Image: Authentication"
2123 if : (branch = dev-1) OR (branch = master)
2224 jdk : openjdk8
2325 script : cd authentication && ../.travis/docker_push.sh
26+
2427 - stage : deploy
2528 name : " Docker Image: Discovery"
2629 if : (branch = dev-1) OR (branch = master)
2730 jdk : openjdk8
2831 script : cd discovery && ../.travis/docker_push.sh
32+
2933 - stage : deploy
3034 name : " Docker Image: Landscape"
3135 if : (branch = dev-1) OR (branch = master)
3236 jdk : openjdk8
3337 script : cd landscape && ../.travis/docker_push.sh
34-
38+
39+ - stage : documentation
40+ name : " Publish documentation"
41+ if : (branch = master)
42+ script : .travis/javadoc-push.sh
43+
3544before_script :
3645 - chmod +x .travis/docker_push.sh
37-
38- # before_script:
39- # - chmod +x .travis/push.sh
40- # - chmod +x .travis/javadoc-push.sh
41-
42- # after_success:
43- # - .travis/javadoc-push.sh
44- # - .travis/push.sh
46+ - chmod +x .travis/javadoc-push.sh
4547
4648branches :
4749 only :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments