Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 851252f

Browse files
committedOct 2, 2024·
ci: overwrite instead of append
1 parent f76a395 commit 851252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./copy_mock_google_services_json.sh
2323
# TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
2424
- name: Remove Data Connect from the CI build
25-
run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts >> settings.gradle.kts
25+
run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts > settings.gradle.kts
2626
- name: Build with Gradle (Pull Request)
2727
run: ./build_pull_request.sh
2828
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)
Please sign in to comment.