Skip to content

Commit 8c35679

Browse files
authored
Skip tests on pod repo push (#2815)
1 parent e3cafd4 commit 8c35679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Releases/update-versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ def PushPodspecs(version_data):
205205
podspec = '{}.podspec'.format(pod)
206206
json = os.path.join(tmp_dir, '{}.json'.format(podspec))
207207
LogOrRun('pod ipc spec {} > {}'.format(podspec, json))
208-
LogOrRun('pod repo push {} {}{}'.format(GetCpdcInternal(), json,
209-
warnings_ok))
208+
LogOrRun('pod repo push --skip-tests {} {}{}'.format(GetCpdcInternal(),
209+
json, warnings_ok))
210210
os.system('rm -rf {}'.format(tmp_dir))
211211

212212

0 commit comments

Comments
 (0)