Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Honeypot
nixfiles
Commits
3808b633
Commit
3808b633
authored
Jan 07, 2022
by
Administrator
Browse files
Update .gitlab-ci.yml
parent
e1dd2d2f
Pipeline
#621
failed with stages
in 4 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3808b633
...
...
@@ -41,6 +41,7 @@ iso_image:
script
:
-
nix-shell -p git --run 'nix-build -A isoImage'
artifacts
:
expire_in
:
1 week
paths
:
-
result/*
...
...
@@ -52,5 +53,6 @@ kexec_tarball:
script
:
-
nix-shell -p git --run 'nix-build -A kexec_tarball'
artifacts
:
expire_in
:
1 week
paths
:
-
result/*
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