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
88fb967f
Commit
88fb967f
authored
Oct 03, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase GIT_DEPTH from 20 to 50 in the CI config
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c825bc93
Changes
2
Show 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/development/pipelines.md
doc/development/pipelines.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
88fb967f
...
...
@@ -15,7 +15,7 @@ variables:
RAILS_ENV
:
"
test"
NODE_ENV
:
"
test"
SIMPLECOV
:
"
true"
GIT_DEPTH
:
"
2
0"
GIT_DEPTH
:
"
5
0"
GIT_SUBMODULE_STRATEGY
:
"
none"
GET_SOURCES_ATTEMPTS
:
"
3"
KNAPSACK_RSPEC_SUITE_REPORT_PATH
:
knapsack/report-master.json
...
...
doc/development/pipelines.md
View file @
88fb967f
...
...
@@ -58,7 +58,7 @@ each pipeline includes the following [variables](../ci/variables/README.md):
-
`RAILS_ENV: "test"`
-
`NODE_ENV: "test"`
-
`SIMPLECOV: "true"`
-
`GIT_DEPTH: "
2
0"`
-
`GIT_DEPTH: "
5
0"`
-
`GIT_SUBMODULE_STRATEGY: "none"`
-
`GET_SOURCES_ATTEMPTS: "3"`
-
`KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json`
...
...
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