mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
CI: remove stage doc
This commit is contained in:
parent
c64396890d
commit
625980da82
1 changed files with 4 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue