update apt packages

This commit is contained in:
Akinwale Ariwodola 2020-02-27 14:02:16 +01:00
parent c65b68a37c
commit c3a1def6a5

View file

@ -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: