Commit b21565f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix semaphore spinach tags

parent 23c31a0b
......@@ -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 = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment