Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
Youpi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DojoDev
Assignment
Youpi
Commits
5e64a618
Commit
5e64a618
authored
11 months ago
by
Dojo
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml (DO NOT MODIFY THIS FILE)
parent
c6c13ce3
No related branches found
No related tags found
No related merge requests found
Pipeline
#33627
passed
11 months ago
Stage: dojo
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
with
26 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
26
−
0
View file @
5e64a618
###################################################################################################################
# DO NOT MODIFY THIS FILE
# This file is the ci/cd pipeline that will be used to test your assignment
###################################################################################################################
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_FORCE_HTTPS
:
"
true"
DOCKER_HOST
:
tcp://docker:2375
DOCKER_TLS_CERTDIR
:
DOCKER_DRIVER
:
overlay2
stages
:
-
dojo
dojo
:
stage
:
dojo
tags
:
-
dojo_assignment
services
:
-
docker:24.0.6-dind
image
:
name
:
dojohesso/dojo_assignment_checker:latest
script
:
-
dojo_assignment_checker
allow_failure
:
false
\ No newline at end of file
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