Skip to content
Snippets Groups Projects
Commit 9fb21cf0 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Reordering stages

parent 1a9f8c45
No related branches found
No related tags found
1 merge request!33Adding linters (should make components for this)
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
# yaml-language-server: $format.enable=false # yaml-language-server: $format.enable=false
stages: stages:
- linters
- checkout
- environment - environment
- compilers - compilers
- concretize - concretize
- install - install
- release - release
- deploy - deploy
- linters
workflow: workflow:
rules: rules:
...@@ -105,7 +106,7 @@ variables: ...@@ -105,7 +106,7 @@ variables:
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
spack:checkout: spack:checkout:
stage: .pre stage: checkout
variables: variables:
APPTAINER_EXEC_OPTIONS: >- APPTAINER_EXEC_OPTIONS: >-
--cleanenv --cleanenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment