You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
259 B
17 lines
259 B
6 years ago
|
namespace :git do
|
||
|
desc "检测是否TPM是否需要更新"
|
||
|
task :shixun_check_update => :environment do
|
||
|
|
||
|
end
|
||
|
|
||
|
desc "检测版本库是否有异常"
|
||
|
task :myshixuns_check_update => :environment do
|
||
|
|
||
|
end
|
||
|
|
||
|
|
||
|
task :check => :environment do
|
||
|
|
||
|
end
|
||
|
end
|