Compare commits
1 Commits
0.5.0
...
a5dfcabb74
Author | SHA1 | Date | |
---|---|---|---|
a5dfcabb74 |
@ -16,19 +16,15 @@ steps:
|
|||||||
- assets/node_modules/
|
- assets/node_modules/
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.13.4-alpine
|
image: bitwalker/alpine-elixir-phoenix:1.13
|
||||||
environment:
|
environment:
|
||||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
||||||
HOST: testing.example.tld
|
HOST: testing.example.tld
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base npm git python3
|
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix deps.compile
|
- npm install --prefix assets
|
||||||
- npm --prefix ./assets ci --progress=false --no-audit --loglevel=error
|
|
||||||
- npm run --prefix ./assets deploy
|
|
||||||
- mix do phx.digest, gettext.extract
|
|
||||||
- mix test
|
- mix test
|
||||||
|
|
||||||
- name: build and publish stable
|
- name: build and publish stable
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
- Fix not being able to edit ammo group when fully used up
|
- Fix not being able to edit ammo group when fully used up
|
||||||
- Fix bug with average price per round calculation
|
- Fix bug with average price per round calculation
|
||||||
- Show average price per round on ammo type table
|
- Show average price per round on ammo type table
|
||||||
- Use Elixir v1.13.4
|
|
||||||
|
|
||||||
# v0.4.1
|
# v0.4.1
|
||||||
- Fix button and tag text wrapping
|
- Fix button and tag text wrapping
|
||||||
|
Reference in New Issue
Block a user