Skip to content

Commit efd18c4

Browse files
committed
bugfix(actions): update plugin.cfg edit to match what is mentioned in coredns docs
Signed-off-by: Casale, Robert <[email protected]>
1 parent c0a3487 commit efd18c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/upload_image.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131

3232
- name: Build Chaos CoreDNS
3333
run: |
34-
sed -i '/kubernetes/a\k8s_dns_chaos\:k8s_dns_chaos' plugin.cfg
35-
go mod edit -require github.com/chaos-mesh/k8s_dns_chaos@649fd5298a454eb59b6080fd670e7f7ea1f5b1b4
34+
echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> plugin.cfg
3635
SWAGGER=1 UI=1 make coredns
3736
3837
- name: upload coredns binary

0 commit comments

Comments
 (0)