Skip to content
Snippets Groups Projects
Verified Commit 326a6b55 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

ci: add license information

parent 94caf06c
No related branches found
No related tags found
2 merge requests!11Feature/mvp feedback2,!8planning#423: Entwicklungsportal MVP Feedback
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: .env.example .gitignore package.json README.md yarn.lock
ci/* components/* lib/* pages/* views/*.tsx styles/*.scss
public/*.png public/*.svg public/*.svg public/robots.txt
*.js *.ts
Copyright: 2022 FIT-Connect contributors
License: EUPL-1.2
\ No newline at end of file
This diff is collapsed.
......@@ -13,6 +13,9 @@ include:
cache:
paths:
- node_modules/
- project: "fit-connect/pipeline"
ref: main
file: "reuse.gitlab-ci.yml"
stages:
- lint
......@@ -22,10 +25,11 @@ stages:
variables:
DEPLOY_SERVER: fitko@dorado.uberspace.de
#trivy-filesystem:
# extends: .trivy-filesystem
# variables:
# DOCKER_REGISTRY_READ: $DOCKER_PULL_REGISTRY
reuse:
extends: .reuse
stage: lint
variables:
DOCKER_REGISTRY_READ: docker.fjd.de
build:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment