Skip to content

Commit

Permalink
Debug reindexing
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 15, 2024
1 parent 63cdc48 commit d422dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
KWPID=$!
kubectl wait --timeout=7m --all=true --for=condition=Available deploy && kill $KWPID
if [ "${VALUES_FILE:0:2}" != "7." ] ; then echo "Waiting for ESC Reindexing job to complete"
kubectl logs jobs/acs-alfresco-search-enterprise-reindexing &
kubectl wait --timeout=4m --for=condition=complete job/acs-alfresco-search-enterprise-reindexing
fi
Expand Down

0 comments on commit d422dfb

Please sign in to comment.