Skip linting camera (#2697)

diff --git a/.cirrus.yml b/.cirrus.yml
index f41f622..8a94d63 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -130,7 +130,7 @@
         - find . -name "*.podspec" | xargs grep -l "osx" | xargs rm
         # Skip the dummy podspecs used to placate the tool.
         - find . -name "*_web*.podspec" -o -name "*_mac*.podspec" | xargs rm
-        - ./script/incremental_build.sh podspecs --no-analyze camera --skip google_sign_in
+        - ./script/incremental_build.sh podspecs --skip camera --skip google_sign_in
     - name: build-ipas+drive-examples
       env:
         PATH: $PATH:/usr/local/bin