Skip to content
Snippets Groups Projects

Add LICENSE

Closed michael.minelli requested to merge licence into main
21 files
+ 341
328
Compare changes
  • Side-by-side
  • Inline

Files

###################################################################################################################
# DO NOT MODIFY THIS FILE
# This file is the ci/cd pipeline that will be used to test your exercice
# This file is the ci/cd pipeline that will be used to test your exercise
###################################################################################################################
variables:
@@ -16,13 +16,13 @@ stages:
dojo:
stage: dojo
tags:
- dojo_exercice
- dojo_exercise
services:
- docker:dind
image:
name: dojohesso/dojo_exercice_checker:latest
name: dojohesso/dojo_exercise_checker:latest
script:
- dojo_exercice_checker
- dojo_exercise_checker
artifacts:
when: always
paths:
Loading