Compare commits

..

3 Commits

Author SHA1 Message Date
Joao P Dubas
b43a5c1f93 fix: add dummy query to test date_range
All checks were successful
continuous-integration/drone/pr Build is passing
2023-06-20 01:18:14 +00:00
Joao P Dubas
b6ac217600 chore: upgrade all
After running `mix hex.outdated` several dependencies were outdated. To
keep everything up to date we unlocked all deps, and updated them.

Since, phoenix 1.7 has some importante differences, we added
`phoenix_view` to make everythin work.
2023-06-20 01:12:02 +00:00
ebb06fa00d chore(deps): update elixir docker tag
Some checks failed
continuous-integration/drone/pr Build is failing
2023-06-19 12:23:26 +00:00

View File

@ -18,7 +18,7 @@ steps:
- while ! pg_isready; do sleep 1; done
- name: restore cache
image: 'meltwater/drone-cache:v1.4.0'
image: 'meltwater/drone-cache:v1.3.0'
environment:
AWS_ACCESS_KEY_ID:
from_secret: minio_user
@ -54,7 +54,7 @@ steps:
- make static_code_analysis
- name: rebuild cache
image: 'meltwater/drone-cache:v1.4.0'
image: 'meltwater/drone-cache:v1.3.0'
environment:
AWS_ACCESS_KEY_ID:
from_secret: minio_user