Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Observatoire
observatoire-scripts
Commits
87a43836
Commit
87a43836
authored
Mar 06, 2020
by
Pierre Dittgen
Browse files
Update .gitlab-ci.yml
parent
94eef2eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
87a43836
...
...
@@ -8,6 +8,7 @@ Build Docker image:
only
:
changes
:
-
Dockerfile.ci
-
requirements.txt
refs
:
-
master
variables
:
...
...
@@ -26,10 +27,6 @@ Download and generate data:
except
:
-
pushes
image
:
$CI_REGISTRY_IMAGE:latest
before_script
:
-
"
[
-f
requirements.txt
]
&&
pip3
install
--requirement
requirements.txt"
-
apt --yes update
-
apt --yes install wget csvkit sed
script
:
-
./download_and_prepare_data
-
./process_and_generate
...
...
Write
Preview
Supports
Markdown
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