Skip to content

Commit 92db401

Browse files
committed
👷 build(helm): fix license path
1 parent 3746bd6 commit 92db401

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ vendor/
3131

3232
# environment
3333
.trivyscan
34-
.env
34+
.env
35+
36+
# Helm package
37+
out-helm/

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ check-helm-docs:
171171
helm-package:
172172
# Copy docs into the archive for ArtfactHub, symlink does not work with helm-git
173173
cp CHANGELOG-1.X.md helm/osc-bsu-csi-driver/CHANGELOG.md
174-
cp docs/README.md LICENSE helm/osc-bsu-csi-driver/
174+
cp docs/README.md helm/osc-bsu-csi-driver/
175+
cp LICENSES/BSD-3-Clause.txt helm/osc-bsu-csi-driver/LICENSE
175176
helm package helm/osc-bsu-csi-driver -d out-helm
176177
rm helm/osc-bsu-csi-driver/CHANGELOG.md helm/osc-bsu-csi-driver/README.md helm/osc-bsu-csi-driver/LICENSE
177178

0 commit comments

Comments
 (0)