Skip to content

Commit

Permalink
fix path names
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Jul 29, 2024
1 parent e2ebb13 commit ac8c744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ diagnostics:
- sed -i "s/BRANCH_NAME/$OUT_FOLDER/" ~/.config/openfisca-france-data/config.ini
- cat ~/.config/openfisca-france-data/config.ini
- compare-erfs-fpr-input -u -s -v
- cp -r /mnt/data-out/openfisca-france-data/$OUT_FOLDER/figures_directory .
- cp -r ./figures_directory $ROOT_FOLDER/$OUT_FOLDER/data_output
- cp -r /mnt/data-out/openfisca-france-data/$OUT_FOLDER/tests/figures_directory .
stage: diagnostics
tags:
- openfisca
Expand Down Expand Up @@ -160,7 +159,7 @@ check-for-functional-changes:
- ''
script:
- if `.gitlab-ci/has-functional-changes.sh` ; then echo "OK to build package" ; fi
only:
only:
- master

build_conda_package:
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci/all_years_build_and_aggregates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ aggregates-2019:
- cp $ROOT_FOLDER/$OUT_FOLDER/openfisca_survey_manager_config_input_data-after-build-erfs-fprs-2019.ini
~/.config/openfisca-survey-manager/config.ini
- python tests/erfs_fpr/integration/test_aggregates.py --year 2019
- mkdir -p $ROOT_FOLDER/$OUT_FOLDER
- cp ./*.csv $ROOT_FOLDER/$OUT_FOLDER/figures_directory
- mkdir -p $ROOT_FOLDER/$OUT_FOLDER/tests
- cp ./*.csv $ROOT_FOLDER/$OUT_FOLDER/tests
stage: aggregates
tags:
- openfisca
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci/openfisca_france_data_config.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[paths]
figures_directory = /mnt/data-out/openfisca-france-data/BRANCH_NAME/figures_directory
figures_directory = /mnt/data-out/openfisca-france-data/BRANCH_NAME/tests/figures_directory
backup = ./backup

0 comments on commit ac8c744

Please sign in to comment.