Commit d42e69a0 authored by garciadeblas's avatar garciadeblas
Browse files

Update gitlab-ci to avoid publication in the FTP

parent eca46867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ deploy-job:
    - echo "PASSWORD=$FTP_PASSWORD" >> local/.credentials
    - pip install tox
    - tox -e build
    - tox -e publish
    # - tox -e publish
  # Only publish on protected branches.  This avoids publish for merge requests
  rules:
    - if: '$CI_COMMIT_REF_PROTECTED == "true"'