Skip to content
Snippets Groups Projects
Commit 13bc54a9 authored by Carsten Lemmen's avatar Carsten Lemmen
Browse files

Added zenodo tokens to gitlab workflow

parent d48da82f
No related branches found
No related tags found
No related merge requests found
Pipeline #512452 passed
......@@ -15,7 +15,19 @@ send-snapshot:
script:
- pip install gitlab2zenodo
- git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
- g2z-send -i $zenodo_record -t $zenodo_token -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
- g2z-send -i 15111433 -t ${ZENODO_APIKEY}} -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
needs: []
allow_failure: false
allow_failure: true
interruptible: true
send-sandbox-snapshot:
stage: deploy
rules:
- if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/
script:
- pip install gitlab2zenodo
- git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
- g2z-send -i 192628 -t ${ZENODO_SANDBOX} -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
needs: []
allow_failure: true
interruptible: true
......@@ -13,10 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cleanup of git history
- Simulation results available as artifacts
- Deposition on Zenodo
# Release notes for version 1.0.0
- More omplete metadata
- More complete metadata
- Homogenized documentation
- Submission to the Journal of Open Source Software (JOSS)
- Docker available at https://registry.hzdr.de/dam-elbextreme/oxypom/fabm:latest
......
......@@ -12,11 +12,11 @@ SPDX-FileContributor Carsten Lemmen <carsten.lemmen@hereon.de>
[![Prettier style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Pipeline](https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/-/pipelines)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSES/Apache-2.0.txt)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15111433.svg)](https://zenodo.org/records/15111433)
<!--
[![CodeFactor](https://www.codefactor.io/repository/github/platipodium/vinos/badge)](https://www.codefactor.io/repository/github/platipodium/vinos
[![Open Code](https://img.shields.io/badge/_%3C%2F%3E-open_code-92c02e?logo=gnometerminal&logoColor=lightblue&link=https://www.comses.net/resources/open-code-badge/)](LINK HERE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8430014.svg)](LINK HERE)
[![JOSS status](https://joss.theoj.org/papers/84a737c77c6d676d0aefbcef8974b138/status.svg)](LINK HERE)
-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment