Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miriam Fougeras
howto-cards
Commits
c197494d
Verified
Commit
c197494d
authored
Dec 11, 2020
by
Laurent Heirendt
✈
Browse files
replace index with cards
parent
5ef53db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c197494d
...
...
@@ -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
...
...
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