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 kind: pipeline
type: kubernetes type: kubernetes
name: default name: default
node_selector:
aisimu: dev-tag
steps: steps:
- name: greeting - name: greeting
@ -10,6 +8,5 @@ steps:
commands: commands:
- echo hello - echo hello
- echo world - echo world
trigger:
event: event:
- push - push

View File

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