Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,4 +14,4 @@ send-snapshot: - python -m pip install --upgrade pip - git archive --format zip --prefix=Vesta-dataset/ --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}:data/gis/ # - 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 -s -i $zenodo_record -t $zenodo_token -m .zenodo.json ${CI_COMMIT_TAG#v}.zip .zenodo.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "title": "Testing a dataset", "doi": "10.5072/zenodo.20767", "publication_date": "2024-01-05", "description": "<p>Test</p>", "description": "<p>Testing the git to zenodo pipeline </p>", "access_right": "open", "creators": [ { Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,4 +14,4 @@ send-snapshot: - python -m pip install --upgrade pip - git archive --format zip --prefix=Vesta-dataset/ --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}:data/gis/ # - 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 -s -i $zenodo_record -t $zenodo_token -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
.zenodo.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "title": "Testing a dataset", "doi": "10.5072/zenodo.20767", "publication_date": "2024-01-05", "description": "<p>Test</p>", "description": "<p>Testing the git to zenodo pipeline </p>", "access_right": "open", "creators": [ { Loading