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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a33bc3c0d3
commit
16ab0b7148
@@ -13,7 +13,6 @@ jobs:
|
|||||||
snapshot:
|
snapshot:
|
||||||
executor: default-executor
|
executor: default-executor
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- run:
|
- run:
|
||||||
name: install retry
|
name: install retry
|
||||||
command: scripts/install-retry.sh
|
command: scripts/install-retry.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user