Commit d743b82f authored by Thomas Boni's avatar Thomas Boni
Browse files

update release stage name

parent 8b2a9616
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ stages:
  - static_tests
  - project_setup
  - build
  - release
  - deploy

include:
@@ -50,10 +49,10 @@ mkdocs:
# See https://docs.gitlab.com/ee/api/releases/
# We can only control the link to the hub, the release is still storing the source code
release:
  stage: deploy
  image:
    name: alpine/httpie:2.2.0
    entrypoint: [""]
  stage: deployment
  variables:
    PIPENV_PIPFILE: tools/notify/Pipfile
  before_script: