mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 08:21:20 -05:00
Update 4 files
- /scripts/version-number.sh - /scripts/helm-package.sh - /scripts/docker-build.sh - /templates/build-container.tpl.yml
This commit is contained in:
parent
084365f985
commit
0060b532f6
4 changed files with 27 additions and 3 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
for chart in charts/*; do
|
||||
if [ -d "$chart" ]; then
|
||||
helm package "$chart" -d ./packages --version ${GITVERSION}
|
||||
helm package "$chart" -d ./packages --version ${VERSION}
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue