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