fix: test3
continuous-integration/drone/push Build encountered an error Details

develop
Unshift 2024-11-21 18:29:37 +08:00
parent 4263fbd088
commit 4feaa42d88
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
kind: pipeline kind: pipeline # 定义一个管道
type: kubernetes type: docker # 当前管道的类型
name: testing name: test # 当前管道的名称
steps: steps:
- name: build - name: build
image: composer:latest image: composer:latest