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 e3cafd4 commit 8c35679Copy full SHA for 8c35679
Releases/update-versions.py
@@ -205,8 +205,8 @@ def PushPodspecs(version_data):
205
podspec = '{}.podspec'.format(pod)
206
json = os.path.join(tmp_dir, '{}.json'.format(podspec))
207
LogOrRun('pod ipc spec {} > {}'.format(podspec, json))
208
- LogOrRun('pod repo push {} {}{}'.format(GetCpdcInternal(), json,
209
- warnings_ok))
+ LogOrRun('pod repo push --skip-tests {} {}{}'.format(GetCpdcInternal(),
+ json, warnings_ok))
210
os.system('rm -rf {}'.format(tmp_dir))
211
212
0 commit comments