This commit is contained in:
João Moreno 2021-11-19 16:53:55 +01:00
parent 2ec3bfc440
commit e53aa2a0dc
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -23,7 +23,8 @@ steps:
# Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install -y yarn
sudo apt-get update
sudo apt-get install -y yarn
# Define variables
REPO="$(pwd)"