mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 10:10:06 +01:00
chore(CI): modify cache_files and add ssl ca certs to test job
This commit is contained in:
parent
cf04bf5357
commit
a076f0048a
3 changed files with 10 additions and 1 deletions
|
|
@ -47,6 +47,9 @@ deploy:image:
|
|||
include:
|
||||
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHORT_SHA
|
||||
inputs:
|
||||
cache_files:
|
||||
- flake.*
|
||||
- nix/repo/ci.nix
|
||||
version: $CI_COMMIT_SHORT_SHA
|
||||
stages:
|
||||
- build-images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue