From 3f19f67b54ac112e9ce9d4008ba7b2d7fe9f6691 Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Thu, 10 May 2018 16:39:19 +1100 Subject: [PATCH] Clean up spec/support/gitlab_stubs/gitlab_ci.yml --- spec/support/gitlab_stubs/gitlab_ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spec/support/gitlab_stubs/gitlab_ci.yml b/spec/support/gitlab_stubs/gitlab_ci.yml index e55a61b2b94..e1b0a9c32c5 100644 --- a/spec/support/gitlab_stubs/gitlab_ci.yml +++ b/spec/support/gitlab_stubs/gitlab_ci.yml @@ -23,15 +23,6 @@ rspec: only: - branches -spinach: - script: "rake spinach" - allow_failure: true - tags: - - ruby - - mysql - except: - - tags - staging: variables: KEY1: value1 -- GitLab