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
30c5d5f0
Commit
30c5d5f0
authored
Oct 09, 2019
by
Pierre Dittgen
Browse files
Update observatoire-data more gently
parent
f96909d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30c5d5f0
...
...
@@ -64,14 +64,13 @@ update_observatoire_data_repo:
script
:
-
time git clone --quiet --depth=1 git@git.opendatafrance.net:observatoire/observatoire-data.git
-
cd observatoire-data
-
rm -fR *
# sources (dumps)
-
mkdir
sources
-
rm -fR
sources
/*
-
cp -a ../dumps/* sources
# observatoire csv
-
cp ../build/observatoire/*.csv .
# legacy exports
-
mkdir
exports
-
rm -fR
exports
/*
-
cp -a ../build/geojson exports
-
cp -a ../build/markdown exports
-
time git add .
...
...
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