logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: f810acc7b06a680c21635dcf3048416bafd43613
parent: c82024adcb031e5ebfba24b87cbce041a7251334
Author: rinpatch <rinpatch@sdf.org>
Date:   Sat, 29 Jun 2019 09:41:31 +0000

Merge branch 'fix/no-untagged-builds-master' into 'develop'

Build releases only on tags or develop

See merge request pleroma/pleroma!1355

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -148,7 +148,7 @@ 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 + - tags - develop@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"