Commit 7560d95c authored by nimrod's avatar nimrod
Browse files

Use existing stages.

Don't create new ones in templates.
parent b8d079c0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

.compose-run:
  image: adarnimrod/ci-images:docker
  stage: run
  stage: deploy
  when: manual
  script:
    - docker-compose up --detach --remove-orphans
+1 −1
Original line number Diff line number Diff line
---
gitlab-release:
  stage: release
  stage: deploy
  image: registry.gitlab.com/gitlab-org/release-cli:latest
  script:
    - !!str true
+1 −1
Original line number Diff line number Diff line
---
pypi-upload:
  stage: release
  stage: deploy
  image: python:slim
  before_script:
    - pip install twine