Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ upload: image: python:3.6 before_script: *before_script script: - mv pypirc $HOME/.pypirc - mv "$pypirc" $HOME/.pypirc - pipenv run build - pipenv run upload variables: *variables Loading @@ -88,11 +88,11 @@ release: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo GitLab release - !!str true rules: - if: $CI_COMMIT_TAG release: name: Release $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG ref: $CI_COMMIT_TAG description: GitLab release $CI_COMMIT_TAG description: Release $CI_COMMIT_TAG Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ upload: image: python:3.6 before_script: *before_script script: - mv pypirc $HOME/.pypirc - mv "$pypirc" $HOME/.pypirc - pipenv run build - pipenv run upload variables: *variables Loading @@ -88,11 +88,11 @@ release: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo GitLab release - !!str true rules: - if: $CI_COMMIT_TAG release: name: Release $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG ref: $CI_COMMIT_TAG description: GitLab release $CI_COMMIT_TAG description: Release $CI_COMMIT_TAG