mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-02-02 11:25:07 +01:00
fix: use new format of specifying version
This commit is contained in:
parent
586fb88b9d
commit
786abd917c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
include:
|
include:
|
||||||
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHA
|
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHA
|
||||||
inputs:
|
variables:
|
||||||
image_tag: $CI_COMMIT_SHORT_SHA
|
NIX_CI_VERSION: $CI_COMMIT_SHORT_SHA
|
||||||
stages:
|
stages:
|
||||||
- build-images
|
- build-images
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue