Browse Source

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 7c9b023a91)

71315800 CI: Enable OTP release building for maint/* branches
tags/v1.1.4
kaniini rinpatch 4 years ago
parent
commit
96e1db1cf1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml View File

@@ -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:


Loading…
Cancel
Save