Skip to content

Commit

Permalink
Add cmd-csi-driver to dependent repositories (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Jun 29, 2023
1 parent 277758b commit 973c62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
"cmd-nsc-init",
"cmd-ipam-vl3",
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s"]
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
"cmd-ipam-vl3",
"cmd-map-ip-k8s",
"cmd-admission-webhook-k8s",
"cmd-cluster-info-k8s"]
"cmd-cluster-info-k8s",
"cmd-csi-driver"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit 973c62c

Please sign in to comment.