Browse Source

CI: echo $MIX_ENV

elixir-1.11-ci
Alex Gleason 3 years ago
parent
commit
cefb952dff
No known key found for this signature in database GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml View File

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


Loading…
Cancel
Save