diff options
author | Balasankar "Balu" C <balasankar@gitlab.com> | 2019-09-03 10:06:02 +0530 |
---|---|---|
committer | Balasankar "Balu" C <balasankar@gitlab.com> | 2019-09-03 10:06:02 +0530 |
commit | 7d90f0f060146fe308476728fec6ce8f6623b125 (patch) | |
tree | 9c6c4f540de1890958c7e346cec80d7206ea43d2 /scripts | |
parent | 6cfab760b7288212eec51d6003a3ab0d0aacc1f7 (diff) | |
download | gitlab-ce-7d90f0f060146fe308476728fec6ce8f6623b125.tar.gz |
Use new location for helm charts repolinks-use-new-location
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index 4935c1342a3..fc5b57451de 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -164,7 +164,7 @@ function create_application_secret() { function download_chart() { echoinfo "Downloading the GitLab chart..." true - curl -o gitlab.tar.bz2 "https://gitlab.com/charts/gitlab/-/archive/${GITLAB_HELM_CHART_REF}/gitlab-${GITLAB_HELM_CHART_REF}.tar.bz2" + curl -o gitlab.tar.bz2 "https://gitlab.com/gitlab-org/charts/gitlab/-/archive/${GITLAB_HELM_CHART_REF}/gitlab-${GITLAB_HELM_CHART_REF}.tar.bz2" tar -xjf gitlab.tar.bz2 cd "gitlab-${GITLAB_HELM_CHART_REF}" |