From 16ab0b7148b76b11ff4bb3b4952ea98e68cc2878 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 11 Mar 2022 05:29:43 -0800 Subject: [PATCH] Remove checkout step (#3519) Summary: According to [this](https://circleci.com/docs/2.0/configuration-reference/#checkout), using the checkout step uses SSH but we're fine with HTTPS. Pull Request resolved: https://github.com/facebook/flipper/pull/3519 Reviewed By: lblasa Differential Revision: D34818577 Pulled By: passy fbshipit-source-id: 1f34ab1d183081125607e6d2020bc7a1c7c34685 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c2169bbe..e3754c5f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,6 @@ jobs: snapshot: executor: default-executor steps: - - checkout - run: name: install retry command: scripts/install-retry.sh