Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onlineque authored Nov 7, 2024
1 parent 526ac39 commit e4f8f15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-helm-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: helm package
run: |
helm package helm/kvm-csi-driver --version $IMAGE_TAG
- name: show dir
run: |
ls -la
ls -la helm/
- name: helm push
if: ${{ github.event_name == 'push' }}
run: |
Expand Down

0 comments on commit e4f8f15

Please sign in to comment.