Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line image: python:3.10 image: python:latest variables: GIT_STRATEGY: clone Loading @@ -9,7 +9,7 @@ send-snapshot: script: #- sudo apt-get install python3 - python --version - python -m ensurepip --upgrade # - 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 +2 −2 Original line number Diff line number Diff line image: python:3.10 image: python:latest variables: GIT_STRATEGY: clone Loading @@ -9,7 +9,7 @@ send-snapshot: script: #- sudo apt-get install python3 - python --version - python -m ensurepip --upgrade # - 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