mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-23 02:39:59 +08:00
10 lines
229 B
Bash
Executable File
10 lines
229 B
Bash
Executable File
#!/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/
|