Skip to content

Commit

Permalink
Renew yarn keys before apt-get update to avoid errors
Browse files Browse the repository at this point in the history
Summary:
Yarn key had expired on 2nd of February. The owner has renewed it, but seems like Circle CI still has the old one cached. (see yarnpkg/yarn#6865 (comment))

Changelog: [Internal]

Reviewed By: fkgozali

Differential Revision: D26276386

fbshipit-source-id: 093c7de94445b6ff9beb5792b16564e5c3bd1234
  • Loading branch information
Andrei Shikov authored and facebook-github-bot committed Feb 5, 2021
1 parent 6061b79 commit a70dc4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -502,6 +502,10 @@ jobs:

# Keep configuring Android dependencies while AVD boots up

# Temp - redownload expired yarn key before apt-get
- run:
name: Setup yarn key
command: curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
- run:
name: Install rsync, zip
command: apt-get update -y && apt-get install rsync zip -y
Expand Down

0 comments on commit a70dc4b

Please sign in to comment.