diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-03 22:23:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-03 22:23:33 +0000 |
commit | 6c3124c854cbeef391a38b5ae8330174d78348bf (patch) | |
tree | af77629bc34ccc517ed24d9db35895be5d02d23d /scripts | |
parent | 9a8ae3b4e90e56f71bb770463b943512efdcd1d1 (diff) | |
download | gitlab-ce-6c3124c854cbeef391a38b5ae8330174d78348bf.tar.gz |
Add latest changes from gitlab-org/gitlab@15-0-stable-ee
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index 829e806e378..36bab05067a 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -248,7 +248,6 @@ function download_chart() { helm repo add gitlab https://charts.gitlab.io echoinfo "Building the gitlab chart's dependencies..." - helm dependency build "gitlab-${GITLAB_HELM_CHART_REF}" } function base_config_changed() { |