remove matrix in drone.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
6510427a14
commit
b21b961d09
|
@ -36,8 +36,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
branch: [ refs/tags/* ]
|
branch: [ refs/tags/* ]
|
||||||
matrix:
|
|
||||||
GO_VERSION: 1.8.0
|
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -65,8 +63,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
branch: [ refs/tags/* ]
|
branch: [ refs/tags/* ]
|
||||||
matrix:
|
|
||||||
GO_VERSION: 1.8.0
|
|
||||||
|
|
||||||
facebook:
|
facebook:
|
||||||
image: appleboy/drone-facebook
|
image: appleboy/drone-facebook
|
||||||
|
@ -75,8 +71,6 @@ pipeline:
|
||||||
to: 1234973386524610
|
to: 1234973386524610
|
||||||
when:
|
when:
|
||||||
status: [ success, failure ]
|
status: [ success, failure ]
|
||||||
matrix:
|
|
||||||
GO_VERSION: 1.8.0
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in New Issue