Skip to content

Commit e73eda9

Browse files
eraviartb-michaud
authored andcommitted
fix: met à jour legislation parameters explorer y compris quand la branche leximpact_legislation_explorer d'OpenFisca a divergé
1 parent 0e73e5e commit e73eda9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/leximpact.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ jobs:
7575
run: rsync -az --delete build/ legislation@legislation.leximpact.dev:legislation-parameters-explorer-france/packages/viewer/build/
7676
working-directory: legislation-parameters-explorer/packages/viewer
7777
- name: Update editor parameters data
78-
run: ssh legislation@legislation.leximpact.dev "cd openfisca-france && git pull && sudo systemctl restart legislation-edit.service"
79-
78+
run: ssh legislation@legislation.leximpact.dev "cd openfisca-france && git fetch && git reset --hard origin/leximpact_legislation_explorer && sudo systemctl restart legislation-edit.service"

0 commit comments

Comments
 (0)