Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Merge requests
!116
add 2022
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add 2022
add-22
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Laurent Heirendt
requested to merge
add-22
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
c36b311b
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.ci/generateIndex.py
+
2
−
2
Options
@@ -19,7 +19,7 @@ localroot = os.getcwd()
# generate the index properly speaking
cardDirs
=
[
"
2021
"
,
"
2020
"
,
"
2019
"
]
cardDirs
=
[
"
2022
"
,
"
2021
"
,
"
2020
"
,
"
2019
"
]
index
=
''
# determine first the directories
@@ -68,4 +68,4 @@ with open(indexFile, 'w') as file:
file
.
write
(
filedata
)
print
(
"
\n
> New index generated and saved in
"
+
indexFile
)
os
.
chdir
(
"
..
"
)
\ No newline at end of file
os
.
chdir
(
"
..
"
)
Loading