Loading src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -e if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" = '3' ]]; then if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" == '3' ]]; then auto-deploy-helm3 "${@}" else auto-deploy-helm2 "${@}" Loading Loading
src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -e if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" = '3' ]]; then if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" == '3' ]]; then auto-deploy-helm3 "${@}" else auto-deploy-helm2 "${@}" Loading