Skip to content

Commit 8f883db

Browse files
authored
chore: changed detect from ops to ./detect.sh script (#118)
removed ops command from kube detection to avoid ops cli depenency in github actions
1 parent fd0f475 commit 8f883db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TaskfileBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks:
5151
desc: Build the image and loads it to the local Kind, k3s, microk8s cluster
5252
vars:
5353
KUB_TYPE:
54-
sh: "ops debug kube detect"
54+
sh: ./detect.sh
5555
cmds:
5656
- task: build
5757
- |

0 commit comments

Comments
 (0)