File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
pipeline :
2
2
test :
3
- image : lampepfl/dotty:2017-08-30
3
+ image : lampepfl/dotty:2017-09-05
4
4
commands :
5
5
- ./project/scripts/sbt "${CI_TEST}"
6
6
7
7
publish_nightly :
8
- image : lampepfl/dotty:2017-08-30
8
+ image : lampepfl/dotty:2017-09-05
9
9
environment :
10
10
- NIGHTLYBUILD=yes
11
11
commands :
@@ -20,7 +20,7 @@ pipeline:
20
20
environment : nightly
21
21
22
22
publish_release :
23
- image : lampepfl/dotty:2017-08-30
23
+ image : lampepfl/dotty:2017-09-05
24
24
environment :
25
25
- RELEASEBUILD=yes
26
26
commands :
@@ -35,7 +35,7 @@ pipeline:
35
35
environment : release
36
36
37
37
publish_sbt_release :
38
- image : lampepfl/dotty:2017-08-30
38
+ image : lampepfl/dotty:2017-09-05
39
39
environment :
40
40
- RELEASEBUILD=yes
41
41
commands :
@@ -48,7 +48,7 @@ pipeline:
48
48
environment : sbt_release
49
49
50
50
documentation :
51
- image : lampepfl/dotty:2017-08-30
51
+ image : lampepfl/dotty:2017-09-05
52
52
commands :
53
53
- ./project/scripts/genDocs "${CI_PUBLISH}" "$BOT_PASS"
54
54
secrets : [ bot_pass ]
You can’t perform that action at this time.
0 commit comments