Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip committed Aug 15, 2024
1 parent c9b3ce2 commit dd31a75
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions infrastructure/dpladm/bin/sync-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ function getSiteDplCmsRelease {
return
}


function getWebmasterDplCmsRelease {
local wmRelease
wmRelease=$(yq eval ".sites.${1}.webmaster-cms-version" "${2}")
if [[ "${wmRelease}" == "null" ]]; then
echo ""
return
fi

echo "${wmRelease}"
return
}

function getSiteReleaseImageRepository {
local repository
repository=$(yq eval ".sites.${1}.releaseImageRepository" "${2}")
Expand Down

0 comments on commit dd31a75

Please sign in to comment.