logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b5ae8268982524a0a4fd295ddef64e4983832489
parent 115673bce773f91630c3bd4fd2d0023f92bee163
Author: Alex Gleason <alex@alexgleason.me>
Date:   Thu, 29 Apr 2021 13:03:41 -0500

CI: Purge pleroma build directory between runs

Diffstat:

M.gitlab-ci.yml4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -24,6 +24,7 @@ stages: - docker before_script: + - rm -rf _build/*/lib/pleroma - apt-get update && apt-get install -y cmake - mix local.hex --force - mix local.rebar --force @@ -31,6 +32,9 @@ before_script: - apt-get -qq update - apt-get install -y libmagic-dev +after_script: + - rm -rf _build/*/lib/pleroma + build: stage: build script: