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
ff4a1f72
Commit
ff4a1f72
authored
Feb 05, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update with branch and tags restriction
parent
27a82b2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
.gitlab-ci.yml
.gitlab-ci.yml
+5
-6
app/models/project.rb
app/models/project.rb
+1
-1
No files found.
.gitlab-ci.yml
View file @
ff4a1f72
...
@@ -185,9 +185,8 @@ notify:slack:
...
@@ -185,9 +185,8 @@ notify:slack:
script
:
script
:
-
source ./scripts/notify_slack.sh "#ci-test" "Build failed for master/tags!"
-
source ./scripts/notify_slack.sh "#ci-test" "Build failed for master/tags!"
when
:
on_failure
when
:
on_failure
# TODO: uncomment these lines.
only
:
#only:
-
master@gitlab-org/gitlab-ce
# - master@gitlab-org/gitlab-ce
-
tags@gitlab-org/gitlab-ce
# - tags@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
# - master@gitlab-org/gitlab-ee
-
tags@gitlab-org/gitlab-ee
# - tags@gitlab-org/gitlab-ee
\ No newline at end of file
\ No newline at end of file
app/models/project.rb
View file @
ff4a1f72
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
require
'carrierwave/orm/activerecord'
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
require
'file_size_validator'
g
lass
Project
<
ActiveRecord
::
Base
c
lass
Project
<
ActiveRecord
::
Base
include
Gitlab
::
ConfigHelper
include
Gitlab
::
ConfigHelper
include
Gitlab
::
ShellAdapter
include
Gitlab
::
ShellAdapter
include
Gitlab
::
VisibilityLevel
include
Gitlab
::
VisibilityLevel
...
...
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