27
27
28
28
- name : test
29
29
pull : default
30
- image : lampepfl/dotty:2019-09-19
30
+ image : lampepfl/dotty:2019-10-17
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:2019-09-19
39
+ image : lampepfl/dotty:2019-10-17
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:2019-09-19
48
+ image : lampepfl/dotty:2019-10-17
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:2019-09-19
58
+ image : lampepfl/dotty:2019-10-17
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:2019-09-19
70
+ image : lampepfl/dotty:2019-10-17
71
71
depends_on : [ clone ]
72
72
commands :
73
73
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
81
81
82
82
- name : documentation
83
83
pull : default
84
- image : lampepfl/dotty:2019-09-19
84
+ image : lampepfl/dotty:2019-10-17
85
85
depends_on :
86
86
- test
87
87
- test_bootstrapped
@@ -100,7 +100,7 @@ steps:
100
100
101
101
- name : publish_nightly
102
102
pull : default
103
- image : lampepfl/dotty:2019-09-19
103
+ image : lampepfl/dotty:2019-10-17
104
104
depends_on :
105
105
- test
106
106
- test_bootstrapped
@@ -127,7 +127,7 @@ steps:
127
127
128
128
- name : publish_release
129
129
pull : default
130
- image : lampepfl/dotty:2019-09-19
130
+ image : lampepfl/dotty:2019-10-17
131
131
depends_on :
132
132
- test
133
133
- test_bootstrapped
@@ -170,7 +170,7 @@ steps:
170
170
171
171
- name : publish_sbt_release
172
172
pull : default
173
- image : lampepfl/dotty:2019-09-19
173
+ image : lampepfl/dotty:2019-10-17
174
174
depends_on :
175
175
- test
176
176
- test_bootstrapped
0 commit comments