diff --git a/.drone.yml b/.drone.yml index b429579..e026e79 100755 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ -kind: pipeline # 定义一个管道 -type: docker # 当前管道的类型 -name: test # 当前管道的名称 +kind: pipeline +type: kubernetes +name: testing steps: - name: build image: composer:latest