Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 19, 2023
1 parent 41e9f85 commit 6539da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
# Delay running the reindexing to give Alfresco Repository a chance to fully initialise
args:
- |
while [ $(curl -sw '%{http_code}' $(ALFRESCO_REPOSITORY_URL)/api/-default-/public/alfresco/versions/1/probes/-ready- -o /dev/null) -ne 200 ]
while [ $(curl -sw '%{http_code}' $(REPOSITORY_URL)/api/-default-/public/alfresco/versions/1/probes/-ready- -o /dev/null) -ne 200 ]
do echo 'Waiting for the Alfresco Repository...'
sleep 5
done
Expand Down

0 comments on commit 6539da2

Please sign in to comment.