chore: Update CI docker image
This commit is contained in:
parent
1cb44e8346
commit
c9b685d9f1
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
test:
|
test:
|
||||||
image: "elixir:1.14.4-alpine"
|
image: "elixir:1.14.4"
|
||||||
script:
|
script:
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
Mash is a dead simple tool for defining and running CI pipelines in Elixir.
|
Mash is a dead simple tool for defining and running CI pipelines in Elixir.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- Elixir
|
||||||
|
- Mix
|
||||||
|
- The unix `script` utility
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add mash to your dependencies like so:
|
Add mash to your dependencies like so:
|
||||||
|
|
Loading…
Reference in a new issue