From a9b0bce9023286747feaeff446366df4b696b5d5 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 0002df68..91a9d444 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -18,5 +18,5 @@ cosaPod(buildroot: true) { checkout scm unstash name: 'build' - fcosBuild(overlays: ["install"]) + cosaBuild(overlays: ["install"]) }