Skip to content
Snippets Groups Projects
Commit b62d6955 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Move documentation deploy to the deploy phase

parent 44231282
Branches
Tags
1 merge request!645Gitlab ci documentation
Pipeline #1196 failed with stages
in 10 minutes and 25 seconds
......@@ -10,7 +10,7 @@ stages:
- deploy
.debian_stretch: &debian_stretch
image: cznic/debian:stretch-knot
image: cznic/debian:stretch-knot-v2
tags:
- docker
- linux
......@@ -79,6 +79,7 @@ test:debian:stretch:amd64:
build:documentation:
<<: *debian_stretch
stage: build
dependencies:
- configure:debian:stretch:amd64
only:
......@@ -94,6 +95,7 @@ build:documentation:
deploy:documentation:
<<: *debian_stretch
stage: deploy
only:
- gitlab-ci-documentation
- tags
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment