X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=3f5703aa129455da5b4198c1664d294676a2a683;hb=7a00acb3e49f441d975ff509efabb0117875c61e;hp=97f96ffc833883e4890fe55ef8602acb68ae3086;hpb=8fbe1a3b92ac0c4dbe9749ba7705ac4c456dbf18;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97f96ffc8..3f5703aa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ build: docs-build: stage: build - only: - - master@pleroma/pleroma + only: &docs-only + - stable@pleroma/pleroma - develop@pleroma/pleroma variables: MIX_ENV: dev @@ -85,9 +85,7 @@ analysis: docs-deploy: stage: deploy image: alpine:3.9 - only: - - master@pleroma/pleroma - - develop@pleroma/pleroma + only: *docs-only before_script: - apk update && apk add openssh-client rsync script: @@ -148,8 +146,10 @@ 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 + - stable@pleroma/pleroma - develop@pleroma/pleroma + - /^maint/.*$/@pleroma/pleroma + - /^release/.*$/@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME" paths: @@ -173,6 +173,7 @@ amd64: script: &release - mix deps.get --only prod - mkdir release + - export PLEROMA_BUILD_BRANCH=$CI_COMMIT_REF_NAME - mix release --path release