Skip to content

Commit 95fbc50

Browse files
authored
ci: disable the google sheet updates for the testing tracker (#107)
1 parent d13e55e commit 95fbc50

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,13 @@ create_changelog_pr() {
315315
echo "Generating test plan csv.."
316316
yarn run gen:commits "${platform}" "${previous_version}" "${release_branch_name}" "${PROJECT_GIT_DIR}"
317317

318-
if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
319-
echo "Updating release sheet.."
320-
# Create a new Release Sheet Page for the new version with our commits.csv content
321-
yarn run update-release-sheet "${platform}" "${new_version}" "${GOOGLE_DOCUMENT_ID}" "./commits.csv" "${PROJECT_GIT_DIR}" "${MOBILE_TEMPLATE_SHEET_ID}" "${EXTENSION_TEMPLATE_SHEET_ID}"
322-
fi
318+
# Skipping Google Sheets update since there is no need for it anymore
319+
# TODO: Remove this once the current post-main validation approach is stable
320+
# if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
321+
# echo "Updating release sheet.."
322+
# # Create a new Release Sheet Page for the new version with our commits.csv content
323+
# yarn run update-release-sheet "${platform}" "${new_version}" "${GOOGLE_DOCUMENT_ID}" "./commits.csv" "${PROJECT_GIT_DIR}" "${MOBILE_TEMPLATE_SHEET_ID}" "${EXTENSION_TEMPLATE_SHEET_ID}"
324+
# fi
323325
cd ../
324326

325327
# Commit and Push Changelog Changes

0 commit comments

Comments
 (0)