Skip to content

Commit

Permalink
Update hermes-ci.yml
Browse files Browse the repository at this point in the history
Adapt to new HERMES 0.8.0 release style CLI parameters and installation option via PyPI
  • Loading branch information
poikilotherm authored Mar 6, 2024
1 parent 09eccaf commit 71d11c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab/hermes-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
python -m venv .hermes-env
fi
- . .hermes-env/bin/activate
- pip install git+https://github.com/hermes-hmc/workflow.git
- pip install hermes
tags:
- docker
artifacts:
Expand Down Expand Up @@ -153,7 +153,7 @@

# Invoke callback to create $HERMES_ARCHIVE_NAME and publish
- *hermes_create_deposition
- hermes deposit --initial --auth-token $ZENODO_TOKEN --file $HERMES_ARCHIVE --file README.md
- hermes deposit --initial -O invenio_rdm.auth_token "$ZENODO_TOKEN" --file "$HERMES_ARCHIVE" --file README.md

# Prepare clean branch for post-processing and run it
- *hermes_switch_branch
Expand Down

0 comments on commit 71d11c0

Please sign in to comment.