Skip to content
Snippets Groups Projects
Commit 648cc959 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

sleep for 30s

parent 772e315e
Branches select-columns
No related tags found
No related merge requests found
Pipeline #122255 waiting for manual action
......@@ -478,6 +478,7 @@ build:prod:wiki:
- echo "Wiki pod is ready"
- WIKI_POD=$(kubectl --namespace ${KUBE_NAMESPACE} get pods -l "app.kubernetes.io/name=df-wiki" --output jsonpath='{.items[0].metadata.name}')
- echo ${WIKI_POD}
- sleep 30
# - kubectl --namespace ${KUBE_NAMESPACE} cp scripts/copy-structure-data.sh ${WIKI_POD}:/structure-data/sanitized-dump
- kubectl --namespace ${KUBE_NAMESPACE} exec ${WIKI_POD} -- rsync -avz /public-website/ /usr/share/nginx/html/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment