Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Hook up to CoreOS CI
Browse files Browse the repository at this point in the history
This is the first repo that we hook up to the new CoreOS CI interface.
And it's sorely needed too, since patches here can easily result in
broken boots.
  • Loading branch information
jlebon committed Feb 18, 2020
1 parent 14808e2 commit 16bd0c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/master/README-upstream-ci.md

cosaPod {
checkout scm
fcosBuild(make: true)
}

0 comments on commit 16bd0c4

Please sign in to comment.