mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 10:57:16 +00:00
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
4 lines
105 B
Bash
Executable file
4 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
set -eux -o pipefail
|
|
|
|
KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" kustomize protoc
|