summaryrefslogtreecommitdiff
path: root/scripts/utils.sh
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-06 18:09:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-06 18:09:02 +0000
commit0c4a28ded2d4539eafa7ff077c34682227b43292 (patch)
tree2502827b071a2b8b661572edd1b843415c272270 /scripts/utils.sh
parent2e1b10493f9ed9685eb892ab747335983e58f154 (diff)
downloadgitlab-ce-0c4a28ded2d4539eafa7ff077c34682227b43292.tar.gz
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 bcd7dd6c42b..2e9839e4df8 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -26,10 +26,6 @@ function install_api_client_dependencies_with_apk() {
apk add --update openssl curl jq
}
-function install_api_client_dependencies_with_apt() {
- apt update && apt install jq -y
-}
-
function install_gitlab_gem() {
gem install httparty --no-document --version 0.18.1
gem install gitlab --no-document --version 4.17.0