Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ build: image: python:3-alpine stage: build rules: - when: always - if: $CI_PIPELINE_SOURCE != "schedule" script: - python ./tools/merge_data.py ./entries/2024 ./atlas2024.json - python ./tools/merge_data.py ./entries/2025 ./atlas2025.json Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ build: image: python:3-alpine stage: build rules: - when: always - if: $CI_PIPELINE_SOURCE != "schedule" script: - python ./tools/merge_data.py ./entries/2024 ./atlas2024.json - python ./tools/merge_data.py ./entries/2025 ./atlas2025.json Loading