Skip to content
Snippets Groups Projects
Commit 50bb16e6 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

skip existing when publish with poetry

parent 2bdb87be
Branches
Tags
No related merge requests found
Pipeline #115690 passed
...@@ -53,7 +53,7 @@ build:df-wiki-cli: ...@@ -53,7 +53,7 @@ build:df-wiki-cli:
- echo "Repository gitlab configured ..." - echo "Repository gitlab configured ..."
- poetry build - poetry build
- echo "Build done ..." - echo "Build done ..."
- poetry publish --repository gitlab - poetry publish --repository gitlab --skip-existing
- echo "Publishing done!" - echo "Publishing done!"
rules: rules:
- changes: - changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment