Skip to content

Commit e7d8507

Browse files
committed
Remove pipeline build
1 parent f1d197f commit e7d8507

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.drone.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ steps:
66
image: baiduxlab/useful-docker:centos.6.nightly
77
pull: always
88
environment:
9-
CARGO_BUILD_PIPELINING: true
109
commands:
1110
- source /root/.profile
1211
- cargo test
@@ -31,7 +30,6 @@ steps:
3130
image: baiduxlab/useful-docker:centos.6.nightly
3231
pull: always
3332
environment:
34-
CARGO_BUILD_PIPELINING: true
3533
commands:
3634
- source /root/.profile
3735
- cargo test --release
@@ -103,7 +101,6 @@ steps:
103101
image: baiduxlab/useful-docker:centos.6.nightly
104102
pull: always
105103
environment:
106-
CARGO_BUILD_PIPELINING: true
107104
commands:
108105
- source /root/.profile
109106
- cargo test
@@ -128,7 +125,6 @@ steps:
128125
image: baiduxlab/useful-docker:centos.6.nightly
129126
pull: always
130127
environment:
131-
CARGO_BUILD_PIPELINING: true
132128
commands:
133129
- source /root/.profile
134130
- cargo test --release
@@ -200,7 +196,6 @@ steps:
200196
image: baiduxlab/useful-docker:ubuntu.1604.nightly
201197
pull: always
202198
environment:
203-
CARGO_BUILD_PIPELINING: true
204199
commands:
205200
- . /root/.profile
206201
- cargo test
@@ -225,7 +220,6 @@ steps:
225220
image: baiduxlab/useful-docker:ubuntu.1604.nightly
226221
pull: always
227222
environment:
228-
CARGO_BUILD_PIPELINING: true
229223
commands:
230224
- . /root/.profile
231225
- cargo test --release
@@ -297,7 +291,6 @@ steps:
297291
image: baiduxlab/useful-docker:ubuntu.1804.nightly
298292
pull: always
299293
environment:
300-
CARGO_BUILD_PIPELINING: true
301294
commands:
302295
- . /root/.profile
303296
- cargo test
@@ -322,7 +315,6 @@ steps:
322315
image: baiduxlab/useful-docker:ubuntu.1804.nightly
323316
pull: always
324317
environment:
325-
CARGO_BUILD_PIPELINING: true
326318
commands:
327319
- . /root/.profile
328320
- cargo test --release

0 commit comments

Comments
 (0)