From c3a1def6a5d5cd87d9dcff8d7125f853f6e7fbf6 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 27 Feb 2020 14:02:16 +0100 Subject: [PATCH] update apt packages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcdcf943..0a1f0312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build apk: stage: build image: ubuntu:18.04 before_script: - - apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign + - apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent nodejs npm openjdk-8-jdk software-properties-common wget zipalign - chmod u+x $CI_PROJECT_DIR/gradlew - export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1) artifacts: