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