Start downloads right away

There is no need to wait until after validation and linting is done
before beginning the download caching, and it definitely does not need
its own portion of the cycle. Move it to the beginning of the generate
phase, so it gets started up right away.
This commit is contained in:
Greg Hellings
2024-06-26 16:33:41 -05:00
parent eebc19c81c
commit 31f14a5e8f
+1 -2
View File
@@ -1,7 +1,6 @@
stages: stages:
- generate - generate
- lint - lint
- cache
- trigger - trigger
variables: variables:
@@ -61,7 +60,7 @@ shellcheck:
# others were disappearing (e.g. daily builds for Rawhide) before we # others were disappearing (e.g. daily builds for Rawhide) before we
# could get to them # could get to them
downloads: downloads:
stage: cache stage: generate
retry: 2 retry: 2
tags: tags:
- nix - nix