Skip to content

Commit 2f3b330

Browse files
committed
mdt-29913: Hotfix for google library.
1 parent bc92d90 commit 2f3b330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)