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
993ccd78
Commit
993ccd78
authored
Nov 20, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a useless `allow_failure: no` and use `true` instead of `yes`
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
09309d78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
No files found.
.gitlab-ci.yml
View file @
993ccd78
...
...
@@ -256,7 +256,7 @@ flaky-examples-check:
USE_BUNDLE_INSTALL
:
"
false"
NEW_FLAKY_SPECS_REPORT
:
rspec_flaky/report-new.json
stage
:
post-test
allow_failure
:
yes
allow_failure
:
true
retry
:
0
only
:
-
branches
...
...
@@ -416,7 +416,6 @@ ee_compat_check:
-
/^[\d-]+-stable(-ee)?/
-
branches@gitlab-org/gitlab-ee
-
branches@gitlab/gitlab-ee
allow_failure
:
no
retry
:
0
artifacts
:
name
:
"
${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}"
...
...
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