Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-helm-charts
/
9926ccc5f3068089711ce50db12cfe7952152713
/
.
/
makefiles
/
helm
/
include.mk
blob: 770487128d873eb86c2f3264954b0f986afd81ce [
file
] [
log
] [
blame
]
Joey Armstrong
0358897
2022-12-07 17:30:09 -0500
[
diff
] [
blame
]
1
# -*- makefile -*-
2
3
helm
-
repo
-
tools
:
4
git clone
"https://gerrit.opencord.org/helm-repo-tools"
5
6
clean
::
7
$
(
RM
)
helm
-
repo
-
tools
8
9
# [EOF]