Skip to content

Commit 1be45eb

Browse files
committed
debug more info
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent cc834a2 commit 1be45eb

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
with:
124124
version: ${{ matrix.helm-version }}
125125

126+
- name: Helm Version
127+
run: helm version
128+
126129
- name: helm plugin install
127130
run: helm plugin install .
128131

plugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ platformHooks:
1414
install:
1515
- command: ${HELM_PLUGIN_DIR}/install-binary.sh
1616
- os: windows
17-
command: pwsh
18-
args:
19-
- -c
20-
# - ${HELM_PLUGIN_DIR}\install-binary.ps1
21-
- C:\Users\runneradmin\AppData\Roaming\helm\plugins\helm-diff\install-binary.ps1
17+
command: ${HELM_PLUGIN_DIR}\install-binary.ps1
18+
# args:
19+
# - -c
20+
# - ${HELM_PLUGIN_DIR}\install-binary.ps1
21+
# # - C:\Users\runneradmin\AppData\Roaming\helm\plugins\helm-diff\install-binary.ps1
2222
update:
2323
- command: ${HELM_PLUGIN_DIR}/install-binary.sh
2424
args:

0 commit comments

Comments
 (0)