Skip to content
Snippets Groups Projects
Unverified Commit aa7cd080 authored by Georg Krause's avatar Georg Krause
Browse files

Fix fetching of tags for deployment of a new package

parent c19542be
Branches
Tags 0.3.0-rc.3 0.3.0-rc.4
No related merge requests found
Pipeline #20048 canceled
......@@ -37,7 +37,7 @@ deploy:
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10
before_script:
- poetry install
- git pull --tags
- git fetch --tags
script:
- poetry version $(git describe --tags --abbrev=0)
- poetry build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment