mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-24 04:16:36 +00:00
Default to Auto Update Package for files that aren't included in the Xml
This commit is contained in:
parent
21af11b4ff
commit
7dcfe1e2d9
@ -96,6 +96,9 @@ module AbuseTheForce
|
||||
build_client
|
||||
end
|
||||
|
||||
# Set auto update
|
||||
options[:auto_update_package] = true
|
||||
|
||||
if File.file? File.join(dpath, 'package.xml')
|
||||
@client.deploy(File.expand_path(dpath), options).
|
||||
on_complete { |job|
|
||||
|
Loading…
Reference in New Issue
Block a user