Skip to content

Commit

Permalink
Merge pull request #78 from raffaeldutra/issue70
Browse files Browse the repository at this point in the history
Closes #70. Validação de instalação de pacotes
  • Loading branch information
raffaeldutra authored Nov 23, 2023
2 parents 99f931a + 0610eeb commit 6229c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ if [ -n "${KUBECTL_VERSION}" ]; then
install_kubectl
fi

if [ -n "${KUBECTL_VERSION}" ]; then
if [ -n "${HELM_VERSION}" ]; then
install_helm
fi

if [ -n "${KUBECTL_VERSION}" ]; then
if [ -n "${ISTIOCTL_VERSION}" ]; then
install_istioctl
fi

if [ -n "${KUBECTL_VERSION}" ]; then
if [ -n "${KUSTOMIZE_VERSION}" ]; then
install_kustomize
fi

if [ -n "${KUBECTL_VERSION}" ]; then
if [ -n "${ARGO_VERSION}" ]; then
install_argo
fi

Expand Down

0 comments on commit 6229c8b

Please sign in to comment.