CI: remove stage doc

This commit is contained in:
Sonja Happ 2019-04-24 10:24:29 +02:00
parent c64396890d
commit 625980da82

View file

@ -5,7 +5,6 @@ variables:
stages:
- prepare
- doc
- build
- deploy
@ -29,12 +28,11 @@ prepare:debian:
- shell
- linux
# Stage: doc
# Stage: build
##############################################################################
doc:api:
stage: doc
build:doc:api:
stage: build
tags:
- docker
image: redoc
@ -45,9 +43,6 @@ doc:api:
paths:
- doc/api/index.html
# Stage: build
##############################################################################
build:backend:
stage: build
tags:
@ -66,7 +61,7 @@ deploy:upload:
- cd doc/api
- rsync --copy-links --chown ${DEPLOY_USER}:${DEPLOY_USER} index.html api.yaml ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}
dependencies:
- doc:api
- build:doc:api
only:
- master
tags: