Skip to content

Commit

Permalink
refactor: remove dbaas images from images to pull
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Feb 29, 2024
1 parent 998d865 commit 11d5bcb
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 @@ -1303,6 +1303,8 @@ do
SERVICE_NAME=${DBAAS_ENTRY_SPLIT[0]}
SERVICE_TYPE=${DBAAS_ENTRY_SPLIT[1]}
# remove the image from images to pull
unset IMAGES_PULL[$SERVICE_NAME]
SERVICE_NAME_UPPERCASE=$(echo "$SERVICE_NAME" | tr '[:lower:]' '[:upper:]' | tr '-' '_')
Expand Down

0 comments on commit 11d5bcb

Please sign in to comment.