Updated relative path

This commit is contained in:
Santhosh S 2023-10-17 12:51:51 -04:00
parent 7b821decbd
commit f7141493ca

View File

@ -4,21 +4,21 @@
current_directory="$(pwd)" current_directory="$(pwd)"
# Specify the relative path to the docker-compose.yml # Specify the relative path to the docker-compose.yml
relative_path="Backend-API-Services/DamageAssesmentApi/docker-compose.yml" relative_path="Backend-API-Services/DamageAssesmentApi"
# Combine the current directory with the relative path to get the full path to docker-compose.yml # Combine the current directory with the relative path to get the full path to docker-compose.yml
composeFile="$current_directory/$relative_path" composeFile="$current_directory/$relative_path/docker-compose.yml"
# List of services to build, tag, and push # List of services to build, tag, and push
services=( services=(
"damageassesmentapianswers" "damageassesment.api.answers"
"damageassesmentapiattachments" "damageassesment.api.attachments"
"damageassesmentapiemployees" "damageassesment.api.employees"
"damageassesmentapilocations" "damageassesment.api.locations"
"damageassesmentapiquestions" "damageassesment.api.questions"
"damageassesmentapisurveys" "damageassesment.api.responses"
"damageassesmentapidoculinks" "damageassesment.api.surveys"
"damageassesmentapiresponses" "damageassesment.api.doculinks"
) )
# Log in to ACR (replace ACR_USERNAME and ACR_PASSWORD) # Log in to ACR (replace ACR_USERNAME and ACR_PASSWORD)