diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 23:06:28 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 23:56:16 +0100 |
commit | 9573e06e265f7768923bfb7eff1e5fdc56d5b9bb (patch) | |
tree | 206110ed6d5a838d247c12a83aa895ad09813f7e /.gitlab-ci.yml | |
parent | 79fa6c646cecf887e6de8f2739d958ae49bb6eb3 (diff) | |
download | gitlab-ce-9573e06e265f7768923bfb7eff1e5fdc56d5b9bb.tar.gz |
Allow flay to fail for now since there is still a lot of refactoring todo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94753093540..141e7ba41de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,3 +87,4 @@ flay: tags: - ruby - mysql + allow_failure: true |