1import * as _ from 'lodash-es' 8export const getReqNextDeployCtx = () => { 9 const store = nextDeployCtx.getStore() 14export const madgeDfEnabled = true 16export const dockBumpNo = ( 19export const afterYarnBumpNo = `yarninstallbump10${madgeDfEnabled.toString()}` 20export const getDeployWpReplaceTokens = () => { 21 return _.get(nextDeployCtx.getStore(), 'prebuildEnvConfH.wpManReplaceTokH') 26export const getDfBuildLabel = ({dfLabel, name, repo_name_tag}: {dfLabel?: string, name?: string, repo_name_tag?: string}) => 27 dfLabel || name || repo_name_tag || 'build'