Files
actions/helm/entrypoint.sh
2019-06-17 12:08:56 -04:00

5 lines
47 B
Bash
Executable File

#!/usr/bin/env bash
set -e
sh -l -c "helm $*"