From c1e17dec27b4eb135ef5a89ccf124a69adffbc68 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 23 Nov 2020 11:49:12 +0000 Subject: [PATCH] Added job explanation comments --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe77fc92..15483610 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ stages: paths: - openflexure_microscope/api/static/node_modules +# Python static analysis with PyLint pylint: stage: analysis image: python:3.7 @@ -43,6 +44,7 @@ pylint: - tags - web +# Python style analysis with Black black: stage: analysis image: python:3.7 @@ -60,7 +62,7 @@ black: - tags - web -# Lint JS app +# JavaScript linting with ESLint (via Vue CLI) eslint: stage: analysis image: node:15 @@ -98,7 +100,7 @@ build: - tags - web -# Package +# Package application into distribution tarball package: stage: package dependencies: