mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-05-14 20:40:32 +00:00
add GOPATH/bin to PATH before running gen-tls-certs.sh
This commit is contained in:
parent
647e66c75f
commit
3eb7e8624d
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ ENVFILE="$REPO_ROOT/.build/e2e-tls.env"
|
|||
|
||||
if ! command -v cfssl &>/dev/null || ! command -v cfssljson &>/dev/null; then
|
||||
echo "error: cfssl and cfssljson are required." >&2
|
||||
echo " Install with: brew install cfssl" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue