Skip to content
Snippets Groups Projects
Verified Commit e6072577 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Overwrite entrypoint

parent 6d973c06
No related branches found
No related tags found
No related merge requests found
Pipeline #15243 failed
......@@ -6,7 +6,7 @@ stages:
.deploy:
image:
name: ghcr.io/pyo3/maturin:v1.7.1
entrypoint: ["/usr/bin/bash"]
entrypoint: [""]
script:
- sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" Cargo.toml
- sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" pyproject.toml
......
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