Fix test_docker: Confirm envinfo package install during Docker container setup (#30235)

Summary:
With the release of Node 15 on October 20, 2020, the `nvm i node` command started installing Node 15 by default during the Docker setup step on Circle CI. This version of Node now requires user interaction down in `npx envinfo@latest` during the same step.

With these changes, we ensure we automatically accept the installation of any necessary packages.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[CATEGORY] - Internal

Pull Request resolved: https://github.com/facebook/react-native/pull/30235

Test Plan: Circle CI.

Reviewed By: fkgozali

Differential Revision: D24510043

Pulled By: hramos

fbshipit-source-id: bce72fd8ea8b0a4df501f75e48984eca0b10a090
This commit is contained in:
Héctor Ramos
2020-10-23 12:42:10 -07:00
committed by Facebook GitHub Bot
parent 74fc285c58
commit ca00173fea
+1 -1
View File
@@ -589,7 +589,7 @@ jobs:
source ~/.bashrc
nvm i node
npm i -g yarn
npx envinfo@latest
echo y | npx envinfo@latest
yarn run docker-setup-android
yarn run docker-build-android