Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 18:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 18:09:12 +0300
commita09c6d7e91de9abab7e2ea8dffce1cbb89bf95d8 (patch)
treebab46ee809784804b92228a0b860f3837b050755 /scripts/utils.sh
parent32ac796097b0b8fbdbc22157307d1849a3e7b35c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/utils.sh')
-rw-r--r--scripts/utils.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index d9205921963..335b2eb41e7 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -72,10 +72,6 @@ function setup_db() {
run_timed_command "setup_db_praefect"
}
-function install_api_client_dependencies_with_apk() {
- run_timed_command "apk add --update openssl curl jq"
-}
-
function install_gitlab_gem() {
run_timed_command "gem install httparty --no-document --version 0.18.1"
run_timed_command "gem install gitlab --no-document --version 4.17.0"