Skip to content

Commit

Permalink
Add synchronous option to trunk push (apple#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jun 10, 2020
1 parent 5be29ae commit c5d10f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ EOF
pod repo update # last chance of getting the latest versions of previous pushed pods
if $upload; then
echo "Uploading ${tmpdir}/${target}.podspec"
pod trunk push "${tmpdir}/${target}.podspec"
pod trunk push "${tmpdir}/${target}.podspec" --synchronous
fi

done

0 comments on commit c5d10f4

Please sign in to comment.