diff options
author | kaniini <ariadne@dereferenced.org> | 2019-09-30 15:37:03 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-30 15:41:10 +0000 |
commit | 96e1db1cf1c244ccdd0ec02516f4bb2cce49154a (patch) | |
tree | 72c9fa83f3ba8367a1e362d09c087b0b25a62f73 | |
parent | 4f3b8d5399e2023d901412bc01ae04ee1334f499 (diff) | |
download | pleroma-96e1db1cf1c244ccdd0ec02516f4bb2cce49154a.tar.gz |
Merge branch 'ci/build-otp-maint' into 'develop'
CI: Enable OTP release building for maint/* branches
See merge request pleroma/pleroma!1749
(cherry picked from commit 7c9b023a918c84b60ae6547289a083c671a3659b)
71315800 CI: Enable OTP release building for maint/* branches
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0c540b16..7bee30e08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,6 +151,7 @@ amd64: only: &release-only - master@pleroma/pleroma - develop@pleroma/pleroma + - /^maint/.*$/@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME" paths: |