We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f163fc3 commit 14e9459Copy full SHA for 14e9459
assets/github-actions/scripts/build.sh
@@ -148,6 +148,10 @@ cd $FOLDER_GITHUB
148
# Swap out .git folders
149
cp -r "${FOLDER_HOSTING}/.git" .
150
151
+# Hotfix for #29913
152
+echo "vendor/google/* binary" >> .gitattributes
153
+echo "vendor/google/**/* binary" >> .gitattributes
154
+
155
# Commit new artefact.
156
git add -A .
157
git commit -m "${commitmessage}" -m "GitHub build of ${BRANCHNAME} (${BRANCHNAME_HOSTING}) @ ${shalite}." --no-gpg-sign
assets/misc/gitignore
@@ -101,3 +101,6 @@ public.key
101
/tests/backstop/backstop_data/bitmaps_test
102
/tests/backstop/backstop_data/ci_report
103
/tests/backstop/backstop_data/html_report
104
105
+#Ignore Google Application credentials.
106
+google_application_credentials.json
0 commit comments