mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(ci): fix artifact path
This commit is contained in:
parent
244142274d
commit
ebc70d5c18
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ nix-ci:build:
|
||||||
- 'if [ -f "/tmp/nix-store-before" ]; then finalize_nix_ci; fi'
|
- 'if [ -f "/tmp/nix-store-before" ]; then finalize_nix_ci; fi'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- generated-gitlab-ci.yml
|
- generated-gitlab-ci-${_NIX_CI_PIPELINE_NAME}.yml
|
||||||
nix-ci:trigger:
|
nix-ci:trigger:
|
||||||
<<: *env_overrides
|
<<: *env_overrides
|
||||||
stage: trigger
|
stage: trigger
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue