Fix semaphore spinach tags

This commit is contained in:
Dmitriy Zaporozhets 2015-01-29 23:28:38 -08:00
parent 23c31a0b12
commit b21565f18d
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ Rake::Task["spinach"].clear if Rake::Task.task_defined?('spinach')
desc "GITLAB | Run spinach"
task :spinach do
tags = if ENV['SEMAPHORE']
'~@tricky,~@wip'
'~@tricky'
else
'~@wip'
'~@semaphore'
end
cmds = [