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
b8878f54
Commit
b8878f54
authored
Dec 15, 2017
by
Balasankar C
Committed by
Marin Jankovski
Dec 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change CI config to use new base image
parent
b540b987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
doc/install/installation.md
doc/install/installation.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
b8878f54
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.5-golang-1.8-git-2.1
3-chrome-62
.0-node-8.x-yarn-1.2-postgresql-9.6"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.5-golang-1.8-git-2.1
4-chrome-63
.0-node-8.x-yarn-1.2-postgresql-9.6"
.default-cache
:
&default-cache
.default-cache
:
&default-cache
key
:
"
ruby-235-with-yarn"
key
:
"
ruby-235-with-yarn"
...
...
doc/install/installation.md
View file @
b8878f54
...
@@ -80,7 +80,7 @@ Make sure you have the right version of Git installed
...
@@ -80,7 +80,7 @@ Make sure you have the right version of Git installed
# Install Git
# Install Git
sudo apt-get install -y git-core
sudo apt-get install -y git-core
# Make sure Git is version 2.1
3.6
or higher
# Make sure Git is version 2.1
4.3
or higher
git --version
git --version
Is the system packaged Git too old? Remove it and compile from source.
Is the system packaged Git too old? Remove it and compile from source.
...
...
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