Prepare for ubuntu22 murdering openssl #120

Merged
floatingghost merged 4 commits from otp-build-modification into develop 2022-07-27 21:48:14 +00:00
1 changed files with 1 additions and 11 deletions
Showing only changes of commit 7c3e3b50fd - Show all commits

View File

@ -50,17 +50,6 @@ pipeline:
- mix local.rebar --force
- mix format --check-formatted
build:
image: akkoma/ci-base:latest
<<: *on-pr-open
environment:
MIX_ENV: test
commands:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile
test:
image: akkoma/ci-base:latest
<<: *on-pr-open
@ -74,6 +63,7 @@ pipeline:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile
- mix ecto.drop -f -q
- mix ecto.create
- mix ecto.migrate