Skip to content

Commit 252eb1a

Browse files
author
Stephan Leroux
committed
Point to custom fastlane files
1 parent 879ace7 commit 252eb1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fastlane/Fastfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ fastlane_version "1.39.0"
77
default_platform :ios
88

99

10-
import_build_tools(
11-
url: '[email protected]:mozilla/firefox-ios-build-tools.git',
12-
clone_folder: "../build-tools",
13-
)
10+
#import_build_tools(
11+
# url: '[email protected]:mozilla/firefox-ios-build-tools.git',
12+
# clone_folder: "../build-tools",
13+
#)
1414

1515
#move all the build tools to the right places
16-
clone_folder = "../../build-tools"
16+
clone_folder = "../../firefox-ios-build-tools"
1717
sh("rsync -a #{clone_folder}/scripts ../")
1818
sh("rsync -a #{clone_folder}/fastlane/Appfile Appfile")
1919
sh("rsync -a #{clone_folder}/fastlane/Snapfile Snapfile")

0 commit comments

Comments
 (0)