Compare commits

..

No commits in common. "81dcf5ebe728dd2f3216be17f8165382bbd62ad2" and "7feee07d35a3ffc56593f403bd8797dc27f24fe6" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -21,13 +21,6 @@ steps:
commands: commands:
- npm ci - npm ci
- npm run lint - npm run lint
- name: docker-build
image: plugins/docker
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend
target: ki-frontend
dry_run: true
--- ---
kind: pipeline kind: pipeline

View File

@ -4,7 +4,7 @@
FROM node:14-alpine as builder FROM node:14-alpine as builder
COPY package.json package-lock.json ./ COPY package.json package-lock.json .
RUN npm install RUN npm install
COPY .eslintrc.js . COPY .eslintrc.js .