logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 988654a720e4e61215a5c3dc72a2ca76b6a38042
parent 442acb31acd136623bd1dbc3a51f30b24719b181
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 14 Oct 2019 18:55:09 +0000

Merge branch 'stable-fix-docs' into 'stable'

Fix documentation deploy for stable

See merge request pleroma/pleroma!1844

Diffstat:

M.gitlab-ci.yml9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -30,12 +30,11 @@ build: docs-build: stage: build - only: - - master@pleroma/pleroma + only: &docs-only + - stable@pleroma/pleroma - develop@pleroma/pleroma variables: MIX_ENV: dev - PLEROMA_BUILD_ENV: prod script: - mix deps.get - mix compile @@ -86,9 +85,7 @@ analysis: docs-deploy: stage: deploy image: alpine:3.9 - only: - - stable@pleroma/pleroma - - develop@pleroma/pleroma + only: *docs-only before_script: - apk update && apk add openssh-client rsync script: