From: Dan Allen Date: Wed, 3 Jan 2018 00:28:05 +0000 (-0700) Subject: add job to CI pipeline to publish UI bundle X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea8f43a9d324cf5ca5c7f4141bab0c40b98f0567;p=eg-antora.git add job to CI pipeline to publish UI bundle --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16a5c8a..979f0c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,22 @@ lint: paths: - node_modules/ script: node_modules/.bin/gulp lint +bundle: + stage: deploy + cache: + policy: pull + paths: + - node_modules/ + script: node_modules/.bin/gulp pack + artifacts: + # automatically expire unless marked as keep from the job page + expire_in: 1 week + paths: + - build/ui-bundle.zip pages: stage: deploy only: - - master + - master@antora/antora-ui-default cache: policy: pull paths: