Skip to content

Commit

Permalink
xcodebuild.sh already sets pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Oct 29, 2024
1 parent f3864a9 commit b55b3fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ado/jobs/react-native-test-app-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ jobs:
workingDirectory: react-native-test-app/example
- script: |
set -eo pipefail
../scripts/build/xcodebuild.sh macos/Example.xcworkspace build
displayName: Build x86
workingDirectory: react-native-test-app/example
env:
CCACHE_DISABLE: 1
- script: |
set -eo pipefail
../scripts/build/xcodebuild.sh macos/Example.xcworkspace clean
../scripts/build/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
displayName: Build ARM
Expand Down

0 comments on commit b55b3fc

Please sign in to comment.