Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line image: python:3.9 image: python:latest variables: GIT_STRATEGY: clone Loading @@ -7,8 +7,8 @@ send-snapshot: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ script: - python3.9 --version - python3 -m ensurepip --upgrade - python --version - python -m ensurepip --upgrade #- pip install gitlab2zenodo #- python -m pip install --upgrade pip #- git archive --format zip --prefix=Vesta-dataset/ --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}:data/gis/ Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line image: python:3.9 image: python:latest variables: GIT_STRATEGY: clone Loading @@ -7,8 +7,8 @@ send-snapshot: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ script: - python3.9 --version - python3 -m ensurepip --upgrade - python --version - python -m ensurepip --upgrade #- pip install gitlab2zenodo #- python -m pip install --upgrade pip #- git archive --format zip --prefix=Vesta-dataset/ --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}:data/gis/ Loading