File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ jobs:
122
122
- name : Setup Bundler
123
123
run : scripts/setup_bundler.sh
124
124
- name : PodLibLint Auth Cron
125
- run : |
126
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
127
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
125
+ run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
128
126
129
127
podspec-presubmit :
130
128
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change 58
58
- name : Setup Bundler
59
59
run : scripts/setup_bundler.sh
60
60
- name : PodLibLint Auth Cron
61
- run : |
62
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
63
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
61
+ run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
64
62
65
63
segmentation-sample-build-test :
66
64
# Don't run on private repo unless it is a PR.
You can’t perform that action at this time.
0 commit comments