Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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"' Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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"' Loading