27
27
28
28
- name : test
29
29
pull : default
30
- image : lampepfl/dotty:2020-01-09
30
+ image : lampepfl/dotty:2020-01-22-2
31
31
depends_on : [ clone ]
32
32
commands :
33
33
- cp -R . /tmp/1/ && cd /tmp/1/
36
36
37
37
- name : test_bootstrapped
38
38
pull : default
39
- image : lampepfl/dotty:2020-01-09
39
+ image : lampepfl/dotty:2020-01-22-2
40
40
depends_on : [ clone ]
41
41
commands :
42
42
- cp -R . /tmp/2/ && cd /tmp/2/
45
45
46
46
- name : community_build
47
47
pull : default
48
- image : lampepfl/dotty:2020-01-09
48
+ image : lampepfl/dotty:2020-01-22-2
49
49
depends_on : [ clone ]
50
50
commands :
51
51
- cp -R . /tmp/3/ && cd /tmp/3/
55
55
56
56
- name : test_sbt
57
57
pull : default
58
- image : lampepfl/dotty:2020-01-09
58
+ image : lampepfl/dotty:2020-01-22-2
59
59
depends_on : [ clone ]
60
60
commands :
61
61
- cp -R . /tmp/4/ && cd /tmp/4/
67
67
68
68
- name : test_java11
69
69
pull : default
70
- image : lampepfl/dotty:2020-01-09
70
+ image : lampepfl/dotty:2020-01-22-2
71
71
depends_on : [ clone ]
72
72
commands :
73
73
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
80
80
81
81
- name : documentation
82
82
pull : default
83
- image : lampepfl/dotty:2020-01-09
83
+ image : lampepfl/dotty:2020-01-22-2
84
84
depends_on :
85
85
- test
86
86
- test_bootstrapped
99
99
100
100
- name : publish_nightly
101
101
pull : default
102
- image : lampepfl/dotty:2020-01-09
102
+ image : lampepfl/dotty:2020-01-22-2
103
103
depends_on :
104
104
- test
105
105
- test_bootstrapped
@@ -126,7 +126,7 @@ steps:
126
126
127
127
- name : publish_release
128
128
pull : default
129
- image : lampepfl/dotty:2020-01-09
129
+ image : lampepfl/dotty:2020-01-22-2
130
130
depends_on :
131
131
- test
132
132
- test_bootstrapped
@@ -169,7 +169,7 @@ steps:
169
169
170
170
- name : publish_sbt_release
171
171
pull : default
172
- image : lampepfl/dotty:2020-01-09
172
+ image : lampepfl/dotty:2020-01-22-2
173
173
depends_on :
174
174
- test
175
175
- test_bootstrapped
0 commit comments