Change static folder to js folder in gitlab-ci

This commit is contained in:
Kaspar Emanuel 2021-08-17 11:13:59 +01:00
parent 13f7252dd7
commit dd0b8b9a8b

View file

@ -21,12 +21,12 @@ stages:
# Re-usable block to install (and cache) openflexure-microscope-server static app
.node-install-template: &node-install
before_script:
- cd openflexure_microscope/api/static/
- cd js/
- npm install
cache:
key: "${CI_COMMIT_REF_SLUG}"
paths:
- openflexure_microscope/api/static/node_modules
- js/node_modules
# Python static analysis with PyLint
pylint:
@ -162,7 +162,7 @@ build:
name: "dist"
expire_in: 1 week
paths:
- "./openflexure_microscope/api/static/dist/"
- "js/"
only:
- master