Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dfde9c1f
Commit
dfde9c1f
authored
Dec 16, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin the Gitlab and HTTParty gems for safety
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
246802f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+2
-1
scripts/utils.sh
scripts/utils.sh
+2
-1
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
dfde9c1f
...
...
@@ -24,7 +24,8 @@
-
apk add --update openssl
-
wget $CI_PROJECT_URL/raw/$CI_COMMIT_SHA/scripts/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.
# Useful to preview the docs changes live.
...
...
scripts/utils.sh
View file @
dfde9c1f
...
...
@@ -34,7 +34,8 @@ function install_api_client_dependencies_with_apt() {
}
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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment