Compare commits
No commits in common. "d46aaa0f3101ac636157687d9df3a176edcf1a84" and "7feee07d35a3ffc56593f403bd8797dc27f24fe6" have entirely different histories.
d46aaa0f31
...
7feee07d35
@ -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
|
||||
|
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user