Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-ai
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-ai
Commits
119c0e95
Commit
119c0e95
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: init
parent
7bff1633
Branches
update
2 merge requests
!5
Updates
,
!4
Update
Pipeline
#3594
failed with stages
in 25 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+30
-0
30 additions, 0 deletions
.gitlab-ci.yml
with
30 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
30
−
0
View file @
119c0e95
stages
:
-
generate
-
packages
-
cache
generate-flake-ci
:
stage
:
generate
script
:
-
nix run develop/#flake-to-gitlab-ci > flake-ci-x86_64-linux.yml
artifacts
:
paths
:
-
flake-ci-x86_64-linux.yml
x86_64-linux-ci
:
stage
:
packages
trigger
:
include
:
-
artifact
:
flake-ci-x86_64-linux.yml
job
:
generate-flake-ci
strategy
:
depend
cachix
:
stage
:
cache
only
:
refs
:
-
master
-
cachix
-
lts/*
script
:
-
nix run develop/#cachix-push-horizon-devour
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment