Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xstra-dev
tp-gitlab-ci
Commits
292ff693
Commit
292ff693
authored
Nov 21, 2017
by
Matthieu Boileau
Browse files
Add make_archive.sh
parent
2480e914
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
292ff693
...
...
@@ -6,3 +6,4 @@ __pycache__/
*.so
*.e
public/
archive/
.gitlab-ci.yml
View file @
292ff693
...
...
@@ -5,6 +5,7 @@ pages:
script
:
-
mkdir public
-
./make_slides.sh
-
./make_archive.sh
artifacts
:
paths
:
-
public
...
...
index.ipynb
View file @
292ff693
...
...
@@ -10,11 +10,11 @@

## *Session pratique*
-
[
Notebook
](
http://nbviewer.jupyter.org/urls/boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.ipynb
)
-
Notebook
[
[en ligne
](
http://nbviewer.jupyter.org/urls/boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.ipynb
)
|
[
archive
](
https://boileau.pages.math.unistra.fr/tp-gitlab-ci/archive.tar.gz
)
]
-
[
Slideshow
](
https://boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.slides.html
)
- [Sources](https://git.unistra.fr/m.boileau/tp-gitlab-ci)
---
Matthieu Boileau -
<matthieu.boileau@math.unistra.fr>
...
...
make_archive.sh
0 → 100755
View file @
292ff693
#!/bin/bash
rm
-rf
archive
mkdir
-p
archive
cp
tp-gitlab-ci.ipynb archive/
cp
*
.png archive/
tar
cfvz archive.tar.gz archive
mkdir
-p
public
mv
archive.tar.gz public/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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