Skip to content
Snippets Groups Projects
Commit 8f76482c authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Increase deployment waiting time

parent dd94b8d5
No related branches found
No related tags found
1 merge request!21Debug paas ci
Pipeline #111633 passed
......@@ -19,6 +19,7 @@ docker-build:
tag=":$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- echo "$REGISTRY_IMAGE${tag}"
- docker build --pull -t "$REGISTRY_IMAGE${tag}" $DOCKERFILES_DIR
- docker push "$REGISTRY_IMAGE${tag}"
# Run this job in a branch where a Dockerfile exists
......
......@@ -42,7 +42,7 @@
command: orchent depshow --ojson "{{ deployment.uuid }}"
register: depshow_output
until: "'PROGRESS' not in depshow_output.stdout"
retries: 10
retries: 15
delay: 300
failed_when: "'error' in depshow_output.stdout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment