Skip to content

Commit

Permalink
chore: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Sep 26, 2024
1 parent 116a828 commit f27f87c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions legacy/build-deploy-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,8 @@ CURRENT_SERVICES=$(kubectl -n ${NAMESPACE} get services -l "lagoon.sh/service-ty
# using the build-deploy-tool identify the deployments, volumes, and services that this build has created
LAGOON_DEPLOYMENTS_TO_JSON=$(build-deploy-tool identify lagoon-services --images /kubectl-build-deploy/images.yaml | jq -r )

echo "${LAGOON_DEPLOYMENTS_TO_JSON}"

# check the current deployments in the environment against what the build has created and mark anything that isnt in this build as needing removal
MATCHED_DEPLOYMENT=false
DELETE_DEPLOYMENT=()
Expand Down

0 comments on commit f27f87c

Please sign in to comment.