Skip to content
Snippets Groups Projects
Commit 2cb0b9d5 authored by Moul's avatar Moul
Browse files

[ci] #388: Disable manual triggers, package stage first

parent f6b6378d
No related branches found
No related tags found
No related merge requests found
stages: stages:
- checks - checks
- tests
- package - package
- tests
- coverage - coverage
variables: variables:
...@@ -98,15 +98,15 @@ image:poetry: ...@@ -98,15 +98,15 @@ image:poetry:
extends: .image extends: .image
variables: variables:
KIND: "poetry" KIND: "poetry"
rules: # rules:
- when: manual # - when: manual
image:pip: image:pip:
extends: .image extends: .image
variables: variables:
KIND: "pip" KIND: "pip"
rules: # rules:
- when: manual # - when: manual
pypi_test: pypi_test:
stage: package stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment