We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f973580 + 8b702e1 commit 9062260Copy full SHA for 9062260
lib/deploygate/commands/deploy/build.rb
@@ -9,7 +9,7 @@ class << self
9
# @return [void]
10
def run(args, options)
11
# android/ios build
12
- work_dir = args.first
+ work_dir = args.empty? ? Dir.pwd : args.first
13
14
if DeployGate::Project.ios?(work_dir)
15
root_path = DeployGate::Xcode::Ios.project_root_path(work_dir)
0 commit comments