mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-30 01:54:46 +00:00
fixed a small issues in the Makefile
This commit is contained in:
parent
4817ed2a80
commit
a24b40a0c1
4
Makefile
4
Makefile
@ -186,7 +186,7 @@ release:
|
|||||||
@git add -A . && git commit -m ":bookmark: Bump the Helm chart version to $(VERSION)" && git push
|
@git add -A . && git commit -m ":bookmark: Bump the Helm chart version to $(VERSION)" && git push
|
||||||
@git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
@git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
@cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart
|
@cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart
|
||||||
@cd ../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push
|
@cd ../../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push
|
||||||
@cd ../kubeshark
|
@cd ../kubeshark
|
||||||
|
|
||||||
soft-release:
|
soft-release:
|
||||||
@ -198,7 +198,7 @@ soft-release:
|
|||||||
@git add -A . && git commit -m ":bookmark: Bump the Helm chart version to $(VERSION)" && git push
|
@git add -A . && git commit -m ":bookmark: Bump the Helm chart version to $(VERSION)" && git push
|
||||||
# @git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
# @git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
# @cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart
|
# @cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart
|
||||||
# @cd ../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push
|
# @cd ../../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push
|
||||||
# @cd ../kubeshark
|
# @cd ../kubeshark
|
||||||
|
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user