Skip to content

Set up lint in gitlab CI

Loic Huder requested to merge (removed):set-up-gitlab-ci into main

Fix #1 (closed)

Based on https://gitlab.esrf.fr/ui/h5web-braggy/-/blob/main/.gitlab-ci.yml

Docker image docker-registry.esrf.fr/dau/ewoks:node_12

FROM node:12
ENV HTTP_PROXY "http://proxy.esrf.fr:3128/"
ENV HTTPS_PROXY "http://proxy.esrf.fr:3128/"
RUN apt-get update -y
Edited by Wout De Nolf

Merge request reports