Commit ff4a1f72 authored by James Lopez's avatar James Lopez

update with branch and tags restriction

parent 27a82b2f
...@@ -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
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
require 'carrierwave/orm/activerecord' require 'carrierwave/orm/activerecord'
require 'file_size_validator' require 'file_size_validator'
glass Project < ActiveRecord::Base class Project < ActiveRecord::Base
include Gitlab::ConfigHelper include Gitlab::ConfigHelper
include Gitlab::ShellAdapter include Gitlab::ShellAdapter
include Gitlab::VisibilityLevel include Gitlab::VisibilityLevel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment