Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEBUG: Remove step label of devops core #2183

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions roles/ks-devops/tasks/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,6 @@
retries: 3
delay: 10

- name: ks-devops | Labelling devops namespaces as system workspace
shell: |
{{ bin_dir }}/kubectl label --overwrite namespaces {{ item }} kubesphere.io/workspace=system-workspace
loop:
- kubesphere-devops-worker
when: devops_ci_enabled.stdout == "true"

- name: ks-devops | Importing ks-devops status
shell: >
{{ bin_dir }}/kubectl patch cc ks-installer
Expand Down