Skip to content

Commit

Permalink
[#330] Update set teamId from env variable in set_up_test_testflight.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Apr 28, 2023
1 parent 57a3c1a commit 67d66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_up_test_testflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readonly CONSTANT_MATCH_REPO="[email protected]:{organization}\/{repo}.git"
readonly WORKING_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
MATCH_REPO_ESCAPED=$(echo "${MATCH_REPO//\//\\\/}")

LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_TEAM_ID/4TWS7E2EPE/g" {} +
LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_TEAM_ID/$TEAM_ID/g" {} +
LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_API_KEY_ID/$API_KEY_ID/g" {} +
LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_ISSUER_ID/$ISSUER_ID/g" {} +
LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_MATCH_REPO/$MATCH_REPO_ESCAPED/g" {} +

0 comments on commit 67d66ba

Please sign in to comment.