6
6
image : baiduxlab/useful-docker:centos.6.nightly
7
7
pull : always
8
8
environment :
9
- CARGO_BUILD_PIPELINING : true
10
9
commands :
11
10
- source /root/.profile
12
11
- cargo test
31
30
image : baiduxlab/useful-docker:centos.6.nightly
32
31
pull : always
33
32
environment :
34
- CARGO_BUILD_PIPELINING : true
35
33
commands :
36
34
- source /root/.profile
37
35
- cargo test --release
@@ -103,7 +101,6 @@ steps:
103
101
image : baiduxlab/useful-docker:centos.6.nightly
104
102
pull : always
105
103
environment :
106
- CARGO_BUILD_PIPELINING : true
107
104
commands :
108
105
- source /root/.profile
109
106
- cargo test
@@ -128,7 +125,6 @@ steps:
128
125
image : baiduxlab/useful-docker:centos.6.nightly
129
126
pull : always
130
127
environment :
131
- CARGO_BUILD_PIPELINING : true
132
128
commands :
133
129
- source /root/.profile
134
130
- cargo test --release
@@ -200,7 +196,6 @@ steps:
200
196
image : baiduxlab/useful-docker:ubuntu.1604.nightly
201
197
pull : always
202
198
environment :
203
- CARGO_BUILD_PIPELINING : true
204
199
commands :
205
200
- . /root/.profile
206
201
- cargo test
@@ -225,7 +220,6 @@ steps:
225
220
image : baiduxlab/useful-docker:ubuntu.1604.nightly
226
221
pull : always
227
222
environment :
228
- CARGO_BUILD_PIPELINING : true
229
223
commands :
230
224
- . /root/.profile
231
225
- cargo test --release
@@ -297,7 +291,6 @@ steps:
297
291
image : baiduxlab/useful-docker:ubuntu.1804.nightly
298
292
pull : always
299
293
environment :
300
- CARGO_BUILD_PIPELINING : true
301
294
commands :
302
295
- . /root/.profile
303
296
- cargo test
@@ -322,7 +315,6 @@ steps:
322
315
image : baiduxlab/useful-docker:ubuntu.1804.nightly
323
316
pull : always
324
317
environment :
325
- CARGO_BUILD_PIPELINING : true
326
318
commands :
327
319
- . /root/.profile
328
320
- cargo test --release
0 commit comments