Commit bca05bd2 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'hoverht-master-patch-41508' into 'master'

fix: no interaction possible

See merge request ci/templates!72
parents 5b5d280c 957a97c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ python:poetry:publish:
    - |
      if [ -z $CI_COMMIT_TAG ]; then
        echo "[-] Only doing a dry run. This will publish when run in a tagged pipeline."
        poetry publish --build --dry-run -r repo
        poetry publish --no-interaction --build --dry-run -r repo
      else
        poetry publish --build -r repo
        poetry publish --no-interaction --build -r repo
      fi