Skip to content

Commit 14e9459

Browse files
committed
mdt-29913: Hotfix for google library.
1 parent f163fc3 commit 14e9459

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

assets/github-actions/scripts/build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ cd $FOLDER_GITHUB
148148
# Swap out .git folders
149149
cp -r "${FOLDER_HOSTING}/.git" .
150150

151+
# Hotfix for #29913
152+
echo "vendor/google/* binary" >> .gitattributes
153+
echo "vendor/google/**/* binary" >> .gitattributes
154+
151155
# Commit new artefact.
152156
git add -A .
153157
git commit -m "${commitmessage}" -m "GitHub build of ${BRANCHNAME} (${BRANCHNAME_HOSTING}) @ ${shalite}." --no-gpg-sign

assets/misc/gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ public.key
101101
/tests/backstop/backstop_data/bitmaps_test
102102
/tests/backstop/backstop_data/ci_report
103103
/tests/backstop/backstop_data/html_report
104+
105+
#Ignore Google Application credentials.
106+
google_application_credentials.json

0 commit comments

Comments
 (0)