Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
we
infra
Nixfiles
Commits
2a01cff5
Commit
2a01cff5
authored
Oct 30, 2021
by
Yureka
Browse files
fix ci
parent
dd73ae86
Pipeline
#2521
passed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.nixos-gitlab-ci.yml.nix
View file @
2a01cff5
let
inherit
(
import
./.
)
hosts
pkgs
lib
;
jobs
=
lib
.
mapAttrs
(
name
:
host
:
{
jobs
=
lib
.
mapAttrs
'
(
name
:
host
:
lib
.
nameValuePair
"host-
${
name
}
"
{
stage
=
"build"
;
tags
=
[
"irdest-nix"
];
variables
.
GIT_DEPTH
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment