logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: cefb952dffb3f6fb3e515167e58f910e7e6fc8ea
parent 4bb578a1d76c8094db36021db0aed2dfcebd1dbc
Author: Alex Gleason <alex@alexgleason.me>
Date:   Wed,  9 Jun 2021 13:08:24 -0500

CI: echo $MIX_ENV

Diffstat:

M.gitlab-ci.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -24,6 +24,7 @@ stages: - docker before_script: + - echo $MIX_ENV - rm -rf _build/*/lib/pleroma - apt-get update && apt-get install -y cmake - mix local.hex --force