mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-04-21 09:42:22 +00:00

All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 10s
7 lines
248 B
Bash
7 lines
248 B
Bash
#!/bin/sh
|
||
|
||
# 首先将 CRLF 统一替换为 LF: sed -i 's/\r$//' *.sh
|
||
|
||
## 1. Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
|
||
make undeploy
|