diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:53:01 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:54:13 +0300 |
commit | dd859e684799dba6e7ea8f64d87de86789e4c830 (patch) | |
tree | b93825bad8a7d269ccf58517b1cbb28ff0c82959 | |
parent | 442acb31acd136623bd1dbc3a51f30b24719b181 (diff) | |
download | pleroma-dd859e684799dba6e7ea8f64d87de86789e4c830.tar.gz |
Fix documentation deploy for stable
-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: |