logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a8c9522e04c5d687f8985698de864cccdf3d65e1
parent f810acc7b06a680c21635dcf3048416bafd43613
Author: rinpatch <rinpatch@sdf.org>
Date:   Sat, 29 Jun 2019 10:39:52 +0000

Merge branch 'revert/tags-releases-develop' into 'develop'

Revert "Build releases only on tags or develop" on develop

See merge request pleroma/pleroma!1357

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 - - tags + - master@pleroma/pleroma - develop@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"