Loading .gitlab-ci.yml +7 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,12 @@ python:vulture: python:build: before_script: - cd templates_tests/python rules: - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH artifacts: paths: - templates_tests/python/dist python:twine: before_script: Loading Loading @@ -134,4 +140,4 @@ semantic-release:dry-run: - if: $CI_COMMIT_TAG when: never - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH needs: [] - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading
.gitlab-ci.yml +7 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,12 @@ python:vulture: python:build: before_script: - cd templates_tests/python rules: - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH artifacts: paths: - templates_tests/python/dist python:twine: before_script: Loading Loading @@ -134,4 +140,4 @@ semantic-release:dry-run: - if: $CI_COMMIT_TAG when: never - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH needs: [] - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH