27
27
28
28
- name : test
29
29
pull : default
30
- image : lampepfl/dotty:2019-08-22
30
+ image : lampepfl/dotty:2019-09-10
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-08-22
39
+ image : lampepfl/dotty:2019-09-10
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-08-22
48
+ image : lampepfl/dotty:2019-09-10
49
49
depends_on : [ clone ]
50
50
commands :
51
51
- cp -R . /tmp/3/ && cd /tmp/3/
54
54
55
55
- name : test_sbt
56
56
pull : default
57
- image : lampepfl/dotty:2019-08-22
57
+ image : lampepfl/dotty:2019-09-10
58
58
depends_on : [ clone ]
59
59
commands :
60
60
- cp -R . /tmp/4/ && cd /tmp/4/
66
66
67
67
- name : test_java11
68
68
pull : default
69
- image : lampepfl/dotty:2019-08-22
69
+ image : lampepfl/dotty:2019-09-10
70
70
depends_on : [ clone ]
71
71
commands :
72
72
- 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:2019-08-22
83
+ image : lampepfl/dotty:2019-09-10
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:2019-08-22
102
+ image : lampepfl/dotty:2019-09-10
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:2019-08-22
129
+ image : lampepfl/dotty:2019-09-10
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:2019-08-22
172
+ image : lampepfl/dotty:2019-09-10
173
173
depends_on :
174
174
- test
175
175
- test_bootstrapped
0 commit comments