diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:55:09 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:55:09 +0000 |
commit | 988654a720e4e61215a5c3dc72a2ca76b6a38042 (patch) | |
tree | b93825bad8a7d269ccf58517b1cbb28ff0c82959 | |
parent | 442acb31acd136623bd1dbc3a51f30b24719b181 (diff) | |
parent | dd859e684799dba6e7ea8f64d87de86789e4c830 (diff) | |
download | pleroma-988654a720e4e61215a5c3dc72a2ca76b6a38042.tar.gz |
Merge branch 'stable-fix-docs' into 'stable'
Fix documentation deploy for stable
See merge request pleroma/pleroma!1844
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e98e91e21..3f5703aa1 100644 --- 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: |