mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
cnbBuild: bump platform api version to 0.9
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
This commit is contained in:
committed by
Pavel Busko
co-authored by
Pavel Busko
parent
1a07ae37b7
commit
3a476b2c6d
+1
-1
@@ -584,7 +584,7 @@ func runCnbBuild(config *cnbBuildOptions, cnbTelemetry *cnbBuildTelemetry, utils
|
||||
}
|
||||
|
||||
utils.AppendEnv([]string{fmt.Sprintf("CNB_REGISTRY_AUTH=%s", cnbRegistryAuth)})
|
||||
utils.AppendEnv([]string{"CNB_PLATFORM_API=0.8"})
|
||||
utils.AppendEnv([]string{"CNB_PLATFORM_API=0.9"})
|
||||
|
||||
creatorArgs := []string{
|
||||
"-no-color",
|
||||
|
||||
Reference in New Issue
Block a user