Skip to content

Commit

Permalink
Fix errata in CI config (#3704)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia committed Oct 29, 2021
1 parent fdc9229 commit 15b668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/chart_sync_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ updateRepoWithRemoteChanges() {
local BRANCH_CHARTS_REPO_ORIGINAL=${5:?}
local BRANCH_CHARTS_REPO_FORKED=${6:?}

local targetTagWithoutV=${TARGET_REPO#v}
local targetTagWithoutV=${TARGET_TAG#v}
local targetChartPath="${TARGET_REPO}/${CHART_REPO_PATH}"
local remoteChartYaml="${targetChartPath}/Chart.yaml"
local localChartYaml="${KUBEAPPS_CHART_DIR}/Chart.yaml"
Expand Down

0 comments on commit 15b668a

Please sign in to comment.