Skip to content

Commit

Permalink
feat: remove conum source (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier authored Jan 30, 2025
1 parent 316ecbf commit 4a6d049
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
sources: '[
"charente-maritime",
"conseiller-numerique",
"coop-numerique",
"dora",
"france-services",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
with:
sources: '[
"charente-maritime",
"conseiller-numerique",
"coop-numerique",
"dora",
"france-services",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
with:
sources: '[
"charente-maritime",
"conseiller-numerique",
"coop-numerique",
"dora",
"france-services",
Expand Down
10 changes: 0 additions & 10 deletions assets/input/coop-numerique/coop-numerique.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,11 +698,6 @@
}
],
"dispositif_programmes_nationaux": [
{
"colonnes": ["dispositif_programmes_nationaux"],
"termes": ["Aidants Connect"],
"cible": "Aidants Connect"
},
{
"colonnes": ["dispositif_programmes_nationaux"],
"termes": ["Bibliothèques numérique de référence"],
Expand All @@ -723,11 +718,6 @@
"termes": ["Emmaüs Connect"],
"cible": "Emmaüs Connect"
},
{
"colonnes": ["dispositif_programmes_nationaux"],
"termes": ["France Services"],
"cible": "France Services"
},
{
"colonnes": ["dispositif_programmes_nationaux"],
"termes": ["Grande école du numérique"],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"start.data-inclusion": "tsx src/index.ts data-inclusion",
"mednum": "tsx src/index.ts",
"transformer.charente-maritime": "tsx src/index.ts transformer -n \"Département de la Charente-Maritime\" -t \"Nouvelle-Aquitaine\" -s \"https://www.data.gouv.fr/fr/datasets/r/a409cbb5-cc2e-4f63-bed4-27fcc1777379@features\" -c \"./assets/input/charente-maritime/charente-maritime.config.json\" -o \"./assets/output/charente-maritime\"",
"transformer.conseiller-numerique": "tsx src/index.ts transformer -n \"Conseiller Numerique\" -t \"National\" -s \"https://api.conseiller-numerique.gouv.fr/permanences\" -c \"./assets/input/conseiller-numerique/conseiller-numerique.config.json\" -o \"./assets/output/conseiller-numerique\"",
"transformer.coop-numerique": "tsx src/index.ts transformer -n \"Coop numérique\" -t \"National\" -s \"https://coop-numerique.anct.gouv.fr/api/lieux-mediation-numerique\" -c \"./assets/input/coop-numerique/coop-numerique.config.json\" -o \"./assets/output/coop-numerique\"",
"transformer.dora": "yarn start.data-inclusion -o \"./assets/input/dora/dora.json\" -f \"dora\" && tsx src/index.ts transformer -n \"dora\" -t \"National\" -s \"./assets/input/dora/dora.json\" -c \"./assets/input/dora/dora.config.json\" -o \"./assets/output/dora\"",
"transformer.france-services": "tsx src/index.ts transformer -n \"France Services\" -t \"National\" -s \"https://www.data.gouv.fr/fr/datasets/r/afc3f97f-0ef5-429b-bf16-7b7876d27cd4\" -c \"./assets/input/france-services/france-services.config.json\" -o \"./assets/output/france-services\"",
Expand Down

0 comments on commit 4a6d049

Please sign in to comment.