File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ steps:
59
59
commands :
60
60
- cp -R . /tmp/4/ && cd /tmp/4/
61
61
- ./project/scripts/sbt sbt-dotty/scripted
62
- when :
63
- event :
64
- - tag
65
- - promote
62
+ # when:
63
+ # event:
64
+ # - tag
65
+ # - promote
66
66
67
67
- name : test_java11
68
68
pull : default
@@ -72,11 +72,11 @@ steps:
72
72
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
73
73
- cp -R . /tmp/6/ && cd /tmp/6/
74
74
- ./project/scripts/sbt ";compile ;test"
75
- when :
76
- event :
77
- - push
78
- - tag
79
- - promote
75
+ # when:
76
+ # event:
77
+ # - push
78
+ # - tag
79
+ # - promote
80
80
81
81
- name : documentation
82
82
pull : default
@@ -91,11 +91,11 @@ steps:
91
91
environment :
92
92
BOT_TOKEN :
93
93
from_secret : bot_token
94
- when :
95
- branch :
96
- - master
97
- event :
98
- - push
94
+ # when:
95
+ # branch:
96
+ # - master
97
+ # event:
98
+ # - push
99
99
100
100
- name : publish_nightly
101
101
pull : default
You can’t perform that action at this time.
0 commit comments