CI: Purge pleroma build directory between runs

This commit is contained in:
Alex Gleason 2021-04-29 13:03:41 -05:00
parent 115673bce7
commit b5ae826898
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

View File

@ -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: