Skip to content

Commit

Permalink
ci: uncoment publish step (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier authored Jul 11, 2024
1 parent 4adc968 commit e364f50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
echo DATA_INCLUSION_API_KEY="${{ secrets.DATA_INCLUSION_API_KEY }}" >> .env
- name: Transform
run: yarn transformer.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}
- name: Deduplicate
run: yarn dedupliquer.${{ matrix.source }}

Expand Down Expand Up @@ -150,8 +150,8 @@ jobs:
echo CARTOGRAPHIE_NATIONALE_API_URL="${{ secrets.CARTOGRAPHIE_NATIONALE_API_URL }}" >> .env
- name: Extract
run: yarn extract.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}

publish-to-data-gouv:
name: Get lieux from API and publish to data.gouv
Expand Down Expand Up @@ -184,8 +184,8 @@ jobs:
echo CARTOGRAPHIE_NATIONALE_API_URL="${{ secrets.CARTOGRAPHIE_NATIONALE_API_URL }}" >> .env
- name: Extract
run: yarn extract.all
# - name: Publish
# run: yarn publier.all
- name: Publish
run: yarn publier.all

publish-to-s3:
name: Get lieux from API and publish to S3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
echo DATA_INCLUSION_API_KEY="${{ secrets.DATA_INCLUSION_API_KEY }}" >> .env
- name: Transform
run: yarn transformer.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}
- name: Internal deduplication
run: yarn dedupliquer.${{ matrix.source }}

Expand Down Expand Up @@ -185,8 +185,8 @@ jobs:
echo CARTOGRAPHIE_NATIONALE_API_URL="${{ secrets.CARTOGRAPHIE_NATIONALE_API_URL }}" >> .env
- name: Extract
run: yarn extract.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}

publish-to-data-gouv:
name: Get lieux from API and publish to data.gouv
Expand Down Expand Up @@ -219,8 +219,8 @@ jobs:
echo CARTOGRAPHIE_NATIONALE_API_URL="${{ secrets.CARTOGRAPHIE_NATIONALE_API_URL }}" >> .env
- name: Extract
run: yarn extract.all
# - name: Publish
# run: yarn publier.all
- name: Publish
run: yarn publier.all

publish-to-s3:
name: Get lieux from API and publish to S3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
echo MAX_TRANSFORM=1000 >> .env
- name: Transform
run: yarn transformer.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}

extract-and-publish:
name: Extract and publish to data.gouv
Expand Down Expand Up @@ -151,5 +151,5 @@ jobs:
echo DATA_GOUV_REFERENCE_TYPE="${{ secrets.DATA_GOUV_REFERENCE_TYPE }}" >> .env
- name: Extract
run: yarn extract.${{ matrix.source }}
# - name: Publish
# run: yarn publier.${{ matrix.source }}
- name: Publish
run: yarn publier.${{ matrix.source }}

0 comments on commit e364f50

Please sign in to comment.