We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1727c commit 5328331Copy full SHA for 5328331
Releases/update-versions.py
@@ -204,7 +204,7 @@ def PushPodspecs(version_data):
204
205
podspec = '{}.podspec'.format(pod)
206
json = os.path.join(tmp_dir, '{}.json'.format(podspec))
207
- os.system('pod ipc spec {} > {}'.format(podspec, json))
+ LogOrRun('pod ipc spec {} > {}'.format(podspec, json))
208
LogOrRun('pod repo push {} {}{}'.format(GetCpdcInternal(), json,
209
warnings_ok))
210
os.system('rm -rf {}'.format(tmp_dir))
0 commit comments