Skip to content
Snippets Groups Projects
Commit 2d9e841f authored by Max Drexler's avatar Max Drexler
Browse files

fix pipeline stage order

parent cafb3179
No related merge requests found
Pipeline #58944 failed
...@@ -67,8 +67,8 @@ default: ...@@ -67,8 +67,8 @@ default:
## release: build and distribute code ## release: build and distribute code
## ##
stages: stages:
- test
- build - build
- test
- release - release
# jobs have the format stage:descriptor: # jobs have the format stage:descriptor:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment