mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
ci: improve dogfooding by using the CI built images directly
This commit is contained in:
parent
28072631e7
commit
a22258583d
2 changed files with 4 additions and 4 deletions
|
|
@ -50,9 +50,6 @@
|
|||
jobs = {
|
||||
"test" = {
|
||||
stage = "test";
|
||||
# wait an hour so the image builds
|
||||
when = "delayed";
|
||||
start_in = "1 hour";
|
||||
nix = {
|
||||
deps = [pkgs.hello pkgs.curl];
|
||||
disable-cache = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue