Builds fail when attempting yarn installation

Since last night we have been getting this error

#!/bin/bash -eo pipefail
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ rc main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
sudo rm /usr/local/bin/yarn && sudo ln -s /usr/bin/yarn /usr/local/bin/yarn

Hangup
cat: /tmp/apt-key-gpghome.BUz4eV1fc3/gpgoutput.log: No such file or directory

And the build stops at that point.

Is anyone else seeing this?

What executor are you using? Machine (What OS version?) or Docker (What image?)

It turned out to be a build bug in their image that we are using for Ruby 2.6.6 + NodeJS. They fixed it.

1 Like

Thanks for the update :+1:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.