mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-02-02 11:25:07 +01:00
refactor(template): get rid of rules and work around limitations in a new way
This commit is contained in:
parent
a5fba6d27d
commit
f1b8b5a210
2 changed files with 50 additions and 52 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include:
|
||||
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHA
|
||||
variables:
|
||||
NIX_CI_VERSION: $CI_COMMIT_SHORT_SHA
|
||||
inputs:
|
||||
version: $CI_COMMIT_SHORT_SHA
|
||||
stages:
|
||||
- build-images
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue