chore: adjust to sh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-02-18 14:36:42 +01:00
parent a40b430ed0
commit b952a30d37
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -37,7 +37,7 @@ steps:
- name: lint
image: docker.io/library/elixir:1.18.3-otp-27
commands:
- set -euo pipefail
- set -eu
# Install hex package manager
- timeout --signal=KILL 3m mix local.hex --force
# Fetch dependencies
@ -80,7 +80,7 @@ steps:
TEST_POSTGRES_HOST: postgres
TEST_POSTGRES_PORT: 5432
commands:
- set -euo pipefail
- set -eu
# Install hex package manager
- mix local.hex --force
# Fetch dependencies
@ -146,7 +146,7 @@ steps:
- name: lint
image: docker.io/library/elixir:1.18.3-otp-27
commands:
- set -euo pipefail
- set -eu
# Install hex package manager
- timeout --signal=KILL 3m mix local.hex --force
# Fetch dependencies
@ -189,7 +189,7 @@ steps:
TEST_POSTGRES_HOST: postgres
TEST_POSTGRES_PORT: 5432
commands:
- set -euo pipefail
- set -eu
# Install hex package manager
- mix local.hex --force
# Fetch dependencies