-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0057804
commit 8fac247
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# notes to build and publish the chart to the public repo | ||
|
||
mkdir -p ./build/ | ||
|
||
helm package -u -d build/ continuous-curl-runner/ | ||
|
||
helm repo index --merge ${WEBMETHODS_HELMCHART_HOME}/docs/index.yaml ./build/ | ||
|
||
echo "Copying new index and updated packages to the final repo location" | ||
cp -f build/index.yaml ${WEBMETHODS_HELMCHART_HOME}/docs/ | ||
cp -f build/*.tgz ${WEBMETHODS_HELMCHART_HOME}/docs/ |