Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b5ae8268
Verified
Commit
b5ae8268
authored
Apr 29, 2021
by
Alex Gleason
Browse files
CI: Purge pleroma build directory between runs
parent
115673bc
Pipeline
#35968
passed with stages
in 6 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b5ae8268
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment