Commit dfde9c1f authored by Rémy Coutable's avatar Rémy Coutable

Pin the Gitlab and HTTParty gems for safety

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 246802f7
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
- apk add --update openssl - apk add --update openssl
- wget $CI_PROJECT_URL/raw/$CI_COMMIT_SHA/scripts/trigger-build-docs - wget $CI_PROJECT_URL/raw/$CI_COMMIT_SHA/scripts/trigger-build-docs
- chmod 755 trigger-build-docs - chmod 755 trigger-build-docs
- gem install gitlab --no-document - gem install httparty --no-document --version 0.17.3
- gem install gitlab --no-document --version 4.13.0
# Always trigger a docs build in gitlab-docs only on docs-only branches. # Always trigger a docs build in gitlab-docs only on docs-only branches.
# Useful to preview the docs changes live. # Useful to preview the docs changes live.
......
...@@ -34,7 +34,8 @@ function install_api_client_dependencies_with_apt() { ...@@ -34,7 +34,8 @@ function install_api_client_dependencies_with_apt() {
} }
function install_gitlab_gem() { function install_gitlab_gem() {
gem install gitlab --no-document gem install httparty --no-document --version 0.17.3
gem install gitlab --no-document --version 4.13.0
} }
function echoerr() { function echoerr() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment