From b5f2e092408d70d04f86e86e9e2fa592729ca02b Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 13 Oct 2022 14:08:56 -0400 Subject: [PATCH] ci: migrate to new directory and method names The previous `fcos*` ones are deprecated. See: https://github.com/coreos/coreos-ci-lib/pull/122 --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 93d7842..2b92d6c 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -17,5 +17,5 @@ cosaPod(buildroot: true) { checkout scm unstash name: 'build' - fcosBuild(overlays: ["install"]) + cosaBuild(overlays: ["install"]) }