Skip to content
Snippets Groups Projects
Commit d145dc6e authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

license check CI test

parent 332aeb44
No related branches found
No related tags found
No related merge requests found
---
include:
- project: neogeo/license-conformity
file: /templates/check_license.yaml
ref: main
stages:
- build
- check
build tagged docker image:
stage: build
......@@ -23,3 +30,11 @@ build tagged docker image:
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile
$CI_PROJECT_DIR/Dockerfile --destination
neogeo/onegeo-suite:1.0-build$CI_PIPELINE_ID
check_licence_conformity:
extends: .check_license_conformity_python_docker
stage: check
image:
name: neogeo/onegeo-suite:licence_check
entrypoint:
- ''
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