Skip to content

Commit

Permalink
update pod push flag for more output
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski committed Oct 31, 2023
1 parent 8a0e11b commit 48e5a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after-shipit-pod-push.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AfterShipItPodPush {
auto.logger.log.info('Pushing Pod to trunk')
let process
try {
process = execSync('bundle exec pod trunk push --skip-tests ./bazel-bin/PlayerUI.podspec')
process = execSync('bundle exec pod trunk push --verbose --skip-tests ./bazel-bin/PlayerUI.podspec')
} catch(e) {
auto.logger.log.error('Pod push failed: ', process && process.stderr.toString(), e)
throw e
Expand Down

0 comments on commit 48e5a26

Please sign in to comment.