Skip to content

Commit

Permalink
fix(ci): fix executable bits on ios_config script during patchset gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
mikehardy committed May 14, 2024
1 parent 94979f5 commit 0c1c4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
if [ -d node_modules/@react-native-firebase/$PACKAGE ]; then
pushd node_modules/@react-native-firebase
tar -zxf $HOME/packages/react-native-firebase-${PACKAGE}.tgz
# yarn3+ pack does not handle the executable bits on our scripts correctly. Fix.
chmod 755 package/ios_config.sh && true
mv $PACKAGE/package.json package/
\rm -fr $PACKAGE
mv package $PACKAGE
Expand Down

0 comments on commit 0c1c4ae

Please sign in to comment.