Skip to content

Commit 9629426

Browse files
committed
Remove unused REPOSITORY and REPO_NAME constants
1 parent 77c75a5 commit 9629426

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ USER_ENV_FILE_PATH = File.join(Dir.home, '.wcios-env.default')
1010
SECRETS_DIR = File.join(Dir.home, '.configure', 'woocommerce-ios', 'secrets')
1111
PROJECT_ENV_FILE_PATH = File.join(SECRETS_DIR, 'project.env')
1212

13-
REPOSITORY_NAME = 'woocommerce-ios'
14-
GH_ORG_NAME = 'woocommerce'
15-
GHHELPER_REPO = "#{GH_ORG_NAME}/#{REPOSITORY_NAME}"
13+
GHHELPER_REPO = 'woocommerce/woocommerce-ios'
1614

1715
# Constants
1816
PROJECT_ROOT_FOLDER = File.dirname(File.expand_path(__dir__))

0 commit comments

Comments
 (0)