diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-10 19:33:56 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-14 18:53:57 +1100 |
commit | 2e26e609ef57026fad96f41ce154190485947ce8 (patch) | |
tree | 69a18758775bd52a91f1f585ea881ccf3ac9606d | |
parent | 66b0a438801bd17308653259f58e2b57502a18d9 (diff) | |
download | gitlab-ce-2e26e609ef57026fad96f41ce154190485947ce8.tar.gz |
Fix specs
-rw-r--r-- | spec/support/gitlab_stubs/gitlab_ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/support/gitlab_stubs/gitlab_ci.yml b/spec/support/gitlab_stubs/gitlab_ci.yml index e1b0a9c32c5..e55a61b2b94 100644 --- a/spec/support/gitlab_stubs/gitlab_ci.yml +++ b/spec/support/gitlab_stubs/gitlab_ci.yml @@ -23,6 +23,15 @@ rspec: only: - branches +spinach: + script: "rake spinach" + allow_failure: true + tags: + - ruby + - mysql + except: + - tags + staging: variables: KEY1: value1 |