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
!119
[release] Regular merge of develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[release] Regular merge of develop
develop
into
master
Overview
0
Commits
16
Pipelines
1
Changes
1
Merged
cylon-x
requested to merge
develop
into
master
2 years ago
Overview
0
Commits
16
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c36b311b
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
c36b311b
add 2022
· c36b311b
Laurent Heirendt
authored
2 years ago
.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