Skip to content
Snippets Groups Projects
Commit ad5e5b5c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch '6-6-stable' of github.com:gitlabhq/gitlabhq into 6-6-stable

parents 8f48f386 d50cbb6a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ class GitlabCiService < Service
end
 
def commit_status sha
response = HTTParty.get(commit_status_path(sha))
response = HTTParty.get(commit_status_path(sha), verify: false)
 
if response.code == 200 and response["status"]
response["status"]
Loading
Loading
Loading
Loading
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
 
# 5. Database
 
We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](doc/install/database_mysql.md).
We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](database_mysql.md).
 
# Install the database packages
sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment