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:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
matrix:
|
||||
GO_VERSION: 1.8.0
|
||||
|
||||
docker:
|
||||
image: plugins/docker
|
||||
|
@ -65,8 +63,6 @@ pipeline:
|
|||
when:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
matrix:
|
||||
GO_VERSION: 1.8.0
|
||||
|
||||
facebook:
|
||||
image: appleboy/drone-facebook
|
||||
|
@ -75,8 +71,6 @@ pipeline:
|
|||
to: 1234973386524610
|
||||
when:
|
||||
status: [ success, failure ]
|
||||
matrix:
|
||||
GO_VERSION: 1.8.0
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in New Issue