Skip to content
Snippets Groups Projects
Commit 7b0103bc authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix missing argument

(cherry picked from commit a4a59e1e)
parent 708626dd
No related branches found
No related tags found
1 merge request!7633.3.x
......@@ -123,7 +123,7 @@ platform :android do
lane :deploy_ftp do |options|
checkAPKFileExists options[:version]
checkAPKFileExists options[:version], true
puts "All files are here. Uploading to FTP"
@variants.each { |variant|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment