diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:38:51 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:38:51 +0300 |
commit | 0e9243e8a28e957f2a9401eb153cc2b27723d0a3 (patch) | |
tree | b241da81594d9eed666052aef8a93d86a0a96c90 /.gitlab-ci.yml | |
parent | e3b4a3e96b2ffbc6d920155cd41687414045d4d6 (diff) | |
download | pleroma-0e9243e8a28e957f2a9401eb153cc2b27723d0a3.tar.gz |
Preparations for renaming `master` to `stable`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 748bec74a..36137b38e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ docs-deploy: stage: deploy image: alpine:latest only: - - master@pleroma/pleroma + - stable@pleroma/pleroma - develop@pleroma/pleroma before_script: - apk add curl @@ -127,9 +127,10 @@ amd64: # TODO: Replace with upstream image when 1.9.0 comes out image: rinpatch/elixir:1.9.0-rc.0 only: &release-only - - master@pleroma/pleroma + - stable@pleroma/pleroma - develop@pleroma/pleroma - /^maint/.*$/@pleroma/pleroma + - /^release/.*$/@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME" paths: |