mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Adding Yarn for use instead of npm
See the following issue for details: https://gitlab.com/gitlab-org/gitlab-ce/issues/27613 But essentially we need to be able to lock down sub-dependancies
This commit is contained in:
parent
a1fd432579
commit
5ad635ca9e
1 changed files with 3 additions and 1 deletions
|
|
@ -3,4 +3,6 @@
|
||||||
set -xeo pipefail
|
set -xeo pipefail
|
||||||
|
|
||||||
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
|
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
|
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue