ci: fix tags
Signed-off-by: hexchen <hexchen@lilwit.ch>
This commit is contained in:
parent
c7fe6580f8
commit
3e81ca097d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ cache:
|
||||||
- /nix/store
|
- /nix/store
|
||||||
|
|
||||||
build:
|
build:
|
||||||
tag: nix
|
tags:
|
||||||
|
- nix
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
|
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
|
||||||
|
|
Loading…
Reference in a new issue