Updated relative path
This commit is contained in:
parent
7b821decbd
commit
f7141493ca
@ -4,21 +4,21 @@
|
||||
current_directory="$(pwd)"
|
||||
|
||||
# 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
|
||||
composeFile="$current_directory/$relative_path"
|
||||
composeFile="$current_directory/$relative_path/docker-compose.yml"
|
||||
|
||||
# List of services to build, tag, and push
|
||||
services=(
|
||||
"damageassesmentapianswers"
|
||||
"damageassesmentapiattachments"
|
||||
"damageassesmentapiemployees"
|
||||
"damageassesmentapilocations"
|
||||
"damageassesmentapiquestions"
|
||||
"damageassesmentapisurveys"
|
||||
"damageassesmentapidoculinks"
|
||||
"damageassesmentapiresponses"
|
||||
"damageassesment.api.answers"
|
||||
"damageassesment.api.attachments"
|
||||
"damageassesment.api.employees"
|
||||
"damageassesment.api.locations"
|
||||
"damageassesment.api.questions"
|
||||
"damageassesment.api.responses"
|
||||
"damageassesment.api.surveys"
|
||||
"damageassesment.api.doculinks"
|
||||
)
|
||||
|
||||
# Log in to ACR (replace ACR_USERNAME and ACR_PASSWORD)
|
||||
|
Loading…
Reference in New Issue
Block a user