Compare commits

..

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

2 changed files with 1 additions and 8 deletions

View File

@ -21,13 +21,6 @@ steps:
commands:
- npm ci
- 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

View File

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