aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-29 13:27:15 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-29 13:29:11 +0300
commit0f6e333d8be84c6b75552411cd6838b9a0a16cad (patch)
treec3ba11a443af851684e0c67d676d3414ea79183d /.gitlab-ci.yml
parentf810acc7b06a680c21635dcf3048416bafd43613 (diff)
downloadpleroma-0f6e333d8be84c6b75552411cd6838b9a0a16cad.tar.gz
Revert "Build releases only on tags or develop"
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3868cb603..f8711f299 100644
--- 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"