Skip to content

Commit

Permalink
More sh-compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 11, 2024
1 parent 1d2c7c0 commit f8730dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/helm-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ login_oc() {

echo "Defining setup_oc_helm function"

function setup_oc_helm() {
setup_oc_helm() {
DIR=$1

echo "Logging in $HARBOR_USER to registry : $HELM_REGISTRY"
Expand Down Expand Up @@ -95,7 +95,7 @@ function setup_oc_helm() {
# $1: The first argument is the directory where the docker file is living.
# The application name will be parsed from ARG NAME

function deploy_application() {
deploy_application() {
DIR=$1
echo "Deploy application in $DIR"
OS_APPLICATION=$(os_app_name $DIR)
Expand Down Expand Up @@ -203,7 +203,7 @@ function deploy_application() {
fi
}

function deploy_applications() {
deploy_applications() {
if [ $TRACE = 'true' ] ; then
helm version
fi
Expand Down

0 comments on commit f8730dc

Please sign in to comment.