From 939be17aa76774266b108fb303b6e6cfa9f3793a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 29 Apr 2018 10:53:29 -0400 Subject: [PATCH] official node/alpine docker image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40eeff84..e073d8c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mhart/alpine-node:6.3 +image: node:alpine before_script: - apk update && apk add openssl - wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-64bit.tar.gz @@ -6,7 +6,7 @@ before_script: deploy: stage: deploy script: - - npm install -g firebase-tools + - npm install --quiet firebase-tools -g - rm -rf public - hugo - firebase deploy --token $FIREBASE_TOKEN \ No newline at end of file