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

Fix gitlab yaml syntax

parent ca6d61d9
Branches
Tags
No related merge requests found
Pipeline #20051 passed
...@@ -36,7 +36,7 @@ deploy: ...@@ -36,7 +36,7 @@ deploy:
stage: deploy stage: deploy
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10 image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10
variables: variables:
POETRY_PYPI_TOKEN_PYPI=$PYPI_TOKEN POETRY_PYPI_TOKEN_PYPI: $PYPI_TOKEN
before_script: before_script:
- poetry install - poetry install
- git fetch --tags - git fetch --tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment