Skip to content

Commit

Permalink
fix(csi-1054): fixed repo url (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk authored Dec 19, 2024
1 parent 1ba06c7 commit 926c1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/publish_helm_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
REVISION=${GITHUB_TAG:-$GIT_SHA1}
LOCAL_HELM_MOJALOOP_REPO_URI=${HELM_MOJALOOP_REPO_URI:-'https://mojaloop.github.io/charts/repo'}
LOCAL_HELM_MOJALOOP_REPO_URI=https://mojaloop.github.io/charts/repo

echo "DIR=${DIR}"
echo "PWD=${PWD}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

LOCAL_HELM_MOJALOOP_REPO_URI=${HELM_MOJALOOP_REPO_URI:-'https://mojaloop.github.io/charts/repo'}
LOCAL_HELM_MOJALOOP_REPO_URI=https://mojaloop.github.io/charts/repo

#
# Script to Package all charts, and create an index.yaml in ./repo directory
Expand Down

0 comments on commit 926c1bf

Please sign in to comment.