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

develop
Unshift 2024-11-22 10:55:15 +08:00
parent fd1cb4e167
commit 81d923385c
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,6 @@
kind: pipeline
type: kubernetes
name: default
node_selector:
aisimu: dev-tag
steps:
- name: greeting
@ -10,6 +8,5 @@ steps:
commands:
- echo hello
- echo world
trigger:
event:
- push

View File

@ -2,7 +2,7 @@ kind: pipeline
type: kubernetes
name: testing
node_selector:
aisimu: dev-tag
aisimu: dev-tag
# kubectl label nodes ecs-7fd5-1118132 aisimu=dev-tag 给节点打标签
# kubectl get nodes --show-labels 查看节点标签
steps: