Added @commits to list of tags.
This commit is contained in:
parent
091aa95dbf
commit
afdb53baec
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ namespace :spinach do
|
|||
task :project do
|
||||
cmds = [
|
||||
%W(rake gitlab:setup),
|
||||
%W(spinach --tags ~@admin,~@dashboard,~@profile,~@public,~@snippets),
|
||||
%W(spinach --tags ~@admin,~@dashboard,~@profile,~@public,~@snippets,~@commits),
|
||||
]
|
||||
run_commands(cmds)
|
||||
end
|
||||
|
@ -14,7 +14,7 @@ namespace :spinach do
|
|||
task :other do
|
||||
cmds = [
|
||||
%W(rake gitlab:setup),
|
||||
%W(spinach --tags @admin,@dashboard,@profile,@public,@snippets),
|
||||
%W(spinach --tags @admin,@dashboard,@profile,@public,@snippets,@commits),
|
||||
]
|
||||
run_commands(cmds)
|
||||
end
|
||||
|
@ -33,4 +33,4 @@ def run_commands(cmds)
|
|||
cmds.each do |cmd|
|
||||
system({'RAILS_ENV' => 'test', 'force' => 'yes'}, *cmd) or raise("#{cmd} failed!")
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue