From 029b2ad8be1e226525551d0eb99bd92145eb8b21 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 29 Apr 2018 10:56:54 -0400 Subject: [PATCH] CI local tests --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e073d8c2..fcf08bff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,10 @@ deploy: - npm install --quiet firebase-tools -g - rm -rf public - hugo - - firebase deploy --token $FIREBASE_TOKEN \ No newline at end of file + - firebase deploy --token $FIREBASE_TOKEN +deploy-test: + script: + - npm install --quiet firebase-tools -g + - rm -rf public + - hugo + - firebase list --token $FIREBASE_TOKEN \ No newline at end of file