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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c3fe7388
Commit
c3fe7388
authored
Feb 18, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve merge conflict
parent
c9be4d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.gitlab-ci.yml
.gitlab-ci.yml
+9
-1
No files found.
.gitlab-ci.yml
View file @
c3fe7388
...
...
@@ -179,6 +179,7 @@ spec:feature:ruby21:
-
mysql
spec:api:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -208,6 +209,7 @@ spec:models:ruby21:
-
mysql
spec:lib:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -222,6 +224,7 @@ spec:lib:ruby21:
-
mysql
spec:services:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -236,6 +239,7 @@ spec:services:ruby21:
-
mysql
spec:benchmark:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -251,6 +255,7 @@ spec:benchmark:ruby21:
allow_failure
:
true
spec:other:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -265,6 +270,7 @@ spec:other:ruby21:
-
mysql
spinach:project:half:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -279,6 +285,7 @@ spinach:project:half:ruby21:
-
mysql
spinach:project:rest:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -293,6 +300,7 @@ spinach:project:rest:ruby21:
-
mysql
spinach:other:ruby21:
stage
:
test
image
:
ruby:2.1
only
:
-
master
...
...
@@ -310,7 +318,7 @@ spinach:other:ruby21:
notify:slack:
stage
:
notifications
script
:
-
source ./scripts/notify_slack.sh "#
notification
s" "Build failed for master/tags!"
-
source ./scripts/notify_slack.sh "#
build
s" "Build failed for master/tags!"
when
:
on_failure
only
:
-
master@gitlab-org/gitlab-ce
...
...
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