X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=379529ea6e79e0157cadb5db0352a5891189ffe9;hb=40727b28a74f64cfe7b3feb5d54fe71199194a7e;hp=6587189b244c128f7e7611fdc69780fe0cddc4bb;hpb=bb6a421afc598e9922a05f75a9c215d955019675;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6587189b2..379529ea6 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 @@ -47,19 +47,19 @@ docs-build: unit-testing: stage: test services: - - name: lainsoykaf/postgres-with-rum + - name: postgres:9.6 alias: postgres command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] script: - mix deps.get - mix ecto.create - mix ecto.migrate - - mix coveralls --trace --preload-modules + - mix coveralls --preload-modules unit-testing-rum: stage: test services: - - name: lainsoykaf/postgres-with-rum + - name: minibikini/postgres-with-rum:12 alias: postgres command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] variables: @@ -69,7 +69,7 @@ unit-testing-rum: - mix ecto.create - mix ecto.migrate - "mix ecto.migrate --migrations-path priv/repo/optional_migrations/rum_indexing/" - - mix test --trace --preload-modules + - mix test --preload-modules lint: stage: test @@ -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,9 +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 - - feature/ci-release-build@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: @@ -174,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