orange-cloudfoundry / cf-ops-automation

a collaboration framework for operating cloudfoundry and services at scale
22 stars 6 forks source link

pipeline(precompile): fix missing release upload without precompile #411

Closed o-orand closed 1 year ago

o-orand commented 1 year ago

when no precompile releases are available (due to cache mechanism, or there is nothing to compile), we still need push-boshrelease step to ensure bosh-releases related to runtime-config are processed.

Related to orange-cloudfoundry/paas-templates#1888