Remove zenodo scripts and job

This commit is contained in:
Julian Stirling 2025-07-29 10:15:02 +01:00
parent ee6c303712
commit 756affa3aa
7 changed files with 0 additions and 262 deletions

View file

@ -275,29 +275,6 @@ server_integration_tests:
# - tags
# - web
# zenodo:
# stage: deploy
# image: ubuntu:20.04
# before_script:
# - apt-get update -qq
# - apt-get -y -qq install git python3-pip
# - pip3 install -r scripts/zenodo/requirements.txt
# variables:
# ZENODO_USE_SANDBOX: "false"
# script:
# - git archive "${CI_COMMIT_REF_NAME}" --format=zip --output="${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}-source.zip"
# - python3 scripts/zenodo/upload_to_zenodo.py "${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}-source.zip" dist/*
# artifacts:
# # this is only a small html link, let's just keep it forever
# # gitlab doesn't understand "expire_in: never" yet though
# expire_in: 100000 years
# name: zenodo-${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}-link.html
# paths:
# - zenodo-link.html
# only:
# - tags
# - web
pages:
needs:
- job: build-docs