Commit f50777f9 authored by nimrod's avatar nimrod
Browse files

Fixes to GitLab CI releases.

parent 44ca29d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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