Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
Commits
326a6b55
Verified
Commit
326a6b55
authored
2 years ago
by
Jonas Gröger
Browse files
Options
Downloads
Patches
Plain Diff
ci: add license information
parent
94caf06c
No related branches found
Branches containing commit
No related tags found
2 merge requests
!11
Feature/mvp feedback2
,
!8
planning#423: Entwicklungsportal MVP Feedback
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.reuse/dep5
+8
-0
8 additions, 0 deletions
.reuse/dep5
LICENSES/EUPL-1.2.txt
+190
-0
190 additions, 0 deletions
LICENSES/EUPL-1.2.txt
ci/gitlab-ci.yml
+8
-4
8 additions, 4 deletions
ci/gitlab-ci.yml
with
206 additions
and
4 deletions
.reuse/dep5
0 → 100644
+
8
−
0
View file @
326a6b55
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.
Click to expand it.
LICENSE
.md
→
LICENSE
S/EUPL-1.2.txt
+
190
−
0
View file @
326a6b55
This diff is collapsed.
Click to expand it.
ci/gitlab-ci.yml
+
8
−
4
View file @
326a6b55
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment