forked from AkkomaGang/akkoma
Merge branch 'fix/no-untagged-builds-master' into 'develop'
Build releases only on tags or develop See merge request pleroma/pleroma!1355
This commit is contained in:
commit
f810acc7b0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ amd64:
|
||||||
# TODO: Replace with upstream image when 1.9.0 comes out
|
# TODO: Replace with upstream image when 1.9.0 comes out
|
||||||
image: rinpatch/elixir:1.9.0-rc.0
|
image: rinpatch/elixir:1.9.0-rc.0
|
||||||
only: &release-only
|
only: &release-only
|
||||||
- master@pleroma/pleroma
|
- tags
|
||||||
- develop@pleroma/pleroma
|
- develop@pleroma/pleroma
|
||||||
artifacts: &release-artifacts
|
artifacts: &release-artifacts
|
||||||
name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"
|
name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"
|
||||||
|
|
Loading…
Reference in a new issue