Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florent Chehab
Observatoire Des UVs
Commits
f4fc11a2
Commit
f4fc11a2
authored
May 17, 2018
by
Florent Chehab
Browse files
CI corrected
parent
f108e6d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f4fc11a2
...
@@ -6,11 +6,9 @@ pages:
...
@@ -6,11 +6,9 @@ pages:
-
rm -rf ./data
-
rm -rf ./data
-
git clone --depth=1 $DATA_REPO_URL data && rm -rf ./data/.git
-
git clone --depth=1 $DATA_REPO_URL data && rm -rf ./data/.git
-
pip install -r ./requierements.txt --quiet --quiet
-
pip install -r ./requierements.txt --quiet --quiet
-
cd ./analysis
-
jupyter nbconvert --execute --to html_toc analysis.ipynb
-
jupyter nbconvert --execute --to html_toc analysis.ipynb
-
cd ../
-
mkdir .public
-
mkdir .public
-
mv ./analysis
/analysis
.html .public/index.html
-
mv ./analysis.html .public/index.html
-
mv .public public
-
mv .public public
artifacts
:
artifacts
:
paths
:
paths
:
...
...
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