Skip to content
Snippets Groups Projects
Commit 6fd5aca9 authored by Corné Lukken's avatar Corné Lukken
Browse files

Align jobs with stage names

parent df5b25a8
No related branches found
No related tags found
1 merge request!8Convert cookiecutter
Pipeline #59728 failed
......@@ -6,11 +6,9 @@ default:
stages:
- prepare
- lint
# check if this needs to be a separate step
# - build_extensions
- linting
- test
- package
- build
- integration
- publish # publish instead of deploy
......@@ -120,7 +118,7 @@ build:
- ninja
pages:
stage: pages
stage: build
needs: ["trigger_prepare"]
script:
# Generate documentation.
......@@ -132,7 +130,7 @@ pages:
# TODO: Add an index page with links to the documentation and coverage.
abi-deploy:
stage: deploy
stage: publish
needs: ["trigger_prepare"]
environment: production
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment