Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
c6634b83
Commit
c6634b83
authored
Dec 11, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'trigger-index' into 'develop'
rebuild index See merge request
!219
parents
3fc120e7
dbcca2da
Pipeline
#35574
passed with stages
in 2 minutes and 9 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c6634b83
...
...
@@ -22,7 +22,7 @@ prepare:index:
script
:
-
python .ci/generateIndex.py
-
mkdir .tmp
-
cp
index
.md .tmp/.
-
cp
cards
.md .tmp/.
artifacts
:
expire_in
:
1 day
paths
:
...
...
@@ -47,7 +47,7 @@ save:commitIndex:
-
git config user.email $GIT_ACCESS_EMAIL
script
:
# copy the index and remove the temporary directory
-
cp .tmp/
index
.md .
-
cp .tmp/
cards
.md .
-
rm -rf .tmp
# commit
...
...
cards.md
View file @
c6634b83
...
...
@@ -64,4 +64,4 @@ order: -1
</ul>
</div>
</div><br><center><a
href=
'/'
>
Overview of all HowTo cards
</a></center>
</div><br><center><a
href=
'/'
>
go back
</a></center><br><center><a
href=
'/cards'
>
Overview of all HowTo cards
</a></center>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment