Skip to content

Commit

Permalink
Debug trouter
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 15, 2024
1 parent cfa4414 commit 529d475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ 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 -c wait-for-repository -f
kubectl logs jobs/acs-alfresco-search-enterprise-reindexing -c wait-for-repository -f > /dev/null
sleep 5
kubectl logs jobs/acs-alfresco-search-enterprise-reindexing -c alfresco-search-enterprise-reindexing -f &
kubectl -n alfresco logs deployments/acs-transform-router -f &
kubectl wait --timeout=5m --for=condition=complete job/acs-alfresco-search-enterprise-reindexing
fi
Expand Down

0 comments on commit 529d475

Please sign in to comment.