Loading .gitlab-ci.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml image: python:latest build-job: stage: "build" script: - "python ./tools/merge_data.py ./entries atlas.json" artifacts: expire_in: "1 year" paths: - "atlas.json" Loading
.gitlab-ci.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml image: python:latest build-job: stage: "build" script: - "python ./tools/merge_data.py ./entries atlas.json" artifacts: expire_in: "1 year" paths: - "atlas.json"