Skip to content

Commit adf0ad2

Browse files
committed
Remove P_ENV_FASTLANE_ITC_TEAM_ID
1 parent 33b5bf5 commit adf0ad2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Scripts/release-management-prechecks.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ P_ENV_SENTRY_AUTH_TOKEN="SENTRY_AUTH_TOKEN"
1212
P_ENV_SENTRY_ORG_SLUG="SENTRY_ORG_SLUG"
1313
P_ENV_SENTRY_PROJECT_SLUG="SENTRY_PROJECT_SLUG"
1414
P_ENV_BUILDKITE_TOKEN="BUILDKITE_TOKEN"
15-
P_ENV_FASTLANE_ITC_TEAM_ID="FASTLANE_ITC_TEAM_ID"
1615

1716
# TODO: Can we drop these values from the 'PROJECT_ENV_FILE' and add it to the repo?
1817
# We can simplify and improve this script if we can do that.
1918
P_ENV_SENTRY_ORG_SLUG_VALUE="a8c"
2019
P_ENV_SENTRY_PROJECT_SLUG_VALUE="woocommerce-ios"
21-
P_ENV_FASTLANE_ITC_TEAM_ID_VALUE="299112"
2220

2321
# ---------------------------------------------------------------------------------
2422
# 0b. Warning & Error Messages
@@ -44,8 +42,6 @@ Please make sure you have the following information in '$PROJECT_ENV_FILE':
4442
4543
> $P_ENV_GITHUB_TOKEN={$P_ENV_GITHUB_TOKEN}
4644
>
47-
> $P_ENV_FASTLANE_ITC_TEAM_ID=$P_ENV_FASTLANE_ITC_TEAM_ID_VALUE
48-
>
4945
> $P_ENV_SENTRY_AUTH_TOKEN={$P_ENV_SENTRY_AUTH_TOKEN}
5046
> $P_ENV_SENTRY_ORG_SLUG=$P_ENV_SENTRY_ORG_SLUG_VALUE
5147
> $P_ENV_SENTRY_PROJECT_SLUG=$P_ENV_SENTRY_PROJECT_SLUG_VALUE
@@ -118,7 +114,6 @@ else
118114
# These values are set per project in configuration section and the value is not a secret
119115
check_project_env "$P_ENV_SENTRY_ORG_SLUG" "$P_ENV_SENTRY_ORG_SLUG_VALUE"
120116
check_project_env "$P_ENV_SENTRY_PROJECT_SLUG" "$P_ENV_SENTRY_PROJECT_SLUG_VALUE"
121-
check_project_env "$P_ENV_FASTLANE_ITC_TEAM_ID" "$P_ENV_FASTLANE_ITC_TEAM_ID_VALUE"
122117
fi
123118

124119
if [ "$HAS_PROJECT_ENV_FILE_WARNINGS" == true ]; then

0 commit comments

Comments
 (0)