integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

ci: remove yarn install from config #543

Closed damienomurchu closed 4 years ago

damienomurchu commented 4 years ago

Motivation

It appears yarn has been included in the circleci/node:10 image used by our circleci.

What

Remove yarn install from config

Why

Yarn binary appears to have been added by the circleci team not using npm, so when we try to install it via npm it throws a conflict, as seen in CI failures here and here

How

Remove yarn install line from config

Verification Steps

Check CI below passes and does not fail on any yarn steps or with the failure seen on the jobs mentioned above.

Checklist:

Progress

Additional Notes