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

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

fix: ensure no variables are set

See merge request ci/templates!80
parents 2d373e92 748ac375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ python:semantic-release:version:
    - pip install python-semantic-release
    # 1. semantic release will bump versions in files -> we want this
    # 2. THEN it will try to commit to git -> we don't want this! -> we let it fail and hide the output
    - env -u GIT_EMAIL -u GIT_USERNAME semantic-release version &>/dev/null || true
    - env -u GIT_AUTHOR_NAME -u GIT_AUTHOR_EMAIL -u GIT_COMMITTER_NAME -u GIT_COMMITTER_EMAIL semantic-release version &>/dev/null || true
    # 3. all changed files are passed as artifacts to the next stages
  artifacts:
    paths: