mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
In the process of doing a 3.8.0 release, I also found some places where scripts needed some care and documentation updated/clarified.
7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
docker run --rm --interactive --tty --volume=$(pwd):/apps \
|
|
--entrypoint /bin/sh alpine/helm ./helm-package
|