mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-22 18:29:58 +08:00
10 lines
229 B
Bash
10 lines
229 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Author: sick.codes
|
||
|
# License: GPLv3+
|
||
|
# Repo: https://github.com/sickcodes/Docker-OSX/
|
||
|
# cd ../helm
|
||
|
|
||
|
rm -f docker-osx-*.tgz
|
||
|
helm package .
|
||
|
helm repo index . --url https://sickcodes.github.io/Docker-OSX/helm/
|