Commit 128994a9 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

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

tests: test build in MR

See merge request ci/templates!84
parents 960aa75f 43ec81fc
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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:
@@ -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