BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ca823065
Commit
ca823065
authored
Apr 09, 2016
by
Benjamin Montgomery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually enable artifacts
parent
600b94cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
doc/ci/build_artifacts/README.md
+2
-2
No files found.
doc/ci/build_artifacts/README.md
View file @
ca823065
...
...
@@ -31,7 +31,7 @@ To disable it site-wide, follow the steps below.
1.
Edit
`/etc/gitlab/gitlab.rb`
and add the following line:
```ruby
gitlab_rails['artifacts_enabled'] =
fals
e
gitlab_rails['artifacts_enabled'] =
tru
e
```
1.
Save the file and
[
reconfigure GitLab
][]
for the changes to take effect.
...
...
@@ -44,7 +44,7 @@ To disable it site-wide, follow the steps below.
```yaml
artifacts:
enabled:
fals
e
enabled:
tru
e
```
1.
Save the file and
[
restart GitLab
][]
for the changes to take effect.
...
...
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