Skip to content

Commit

Permalink
ci: migrate to new directory and method names
Browse files Browse the repository at this point in the history
The previous `fcos*` ones are deprecated.
See: coreos/coreos-ci-lib#122
  • Loading branch information
jlebon committed Oct 13, 2022
1 parent 1465711 commit 4e4f196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

cosaPod {
checkout scm
fcosBuild(skipKola: true, make: true)
fcosKola(skipUpgrade: true, extraArgs: "ext.console-login-helper-messages.*")
cosaBuild(skipKola: true, make: true)
kola(skipUpgrade: true, extraArgs: "ext.console-login-helper-messages.*")
}

0 comments on commit 4e4f196

Please sign in to comment.