From 9b0dcedd16571facf404fd20ff5e109783977fdc Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 27 Feb 2020 14:28:22 +0100 Subject: [PATCH] remove nodejs and npm from apt-get --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6cf3f9..65cd6eeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build apk: echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \ echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list && \ wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add - - - apt-get -y update && apt-get -y install nodejs npm yarn git-secret + - apt-get -y update && apt-get -y install yarn git-secret - git secret reveal - npm install -g react-native-cli - git clone https://github.com/lbryio/lbry-react-native