Skip to content

Commit fa51197

Browse files
committed
Removed deprecated code from the non-init template
1 parent fc8eb91 commit fa51197

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

TEMPLATE_hermes_github_to_zenodo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ jobs:
107107
# 3. Check if you want to run with '--initial', as this may potentially create a completely new record (collection),
108108
# rather than a new version of the same collection!
109109
- run: hermes deposit --initial -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file artifact.zip --file README.md
110-
- if: ${{ env.ZENODO_TOKEN_REFRESH != '' }}
111-
run: hermes init --only-set-refresh-token --github-token ${{ secrets.GITHUB_TOKEN }}
112110

113111
# ADAPT
114112
# Remove this command if you don't want to do any postprocessing

gitlab/hermes-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
python -m venv .hermes-env
7575
fi
7676
- . .hermes-env/bin/activate
77-
- pip install git+https://github.com/softwarepub/hermes.git@feature/init-command
77+
- pip install git+https://github.com/softwarepub/hermes.git
7878
tags:
7979
- docker
8080
artifacts:

0 commit comments

Comments
 (0)