diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad068be6828437c823e26aac838b6f58488ce361..1247a6fc7c265c396119bfa5e537d4d8fb86bc40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/tasks/1-create-deployment.yml b/tasks/1-create-deployment.yml index 2c361e249dff50e2099ff615f7922b2f863bde52..f91f12e06977aaa84758e77d501e9a00a22dd41b 100644 --- a/tasks/1-create-deployment.yml +++ b/tasks/1-create-deployment.yml @@ -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"