This commit is contained in:
parent
a40b430ed0
commit
b952a30d37
1 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/elixir:1.18.3-otp-27
|
image: docker.io/library/elixir:1.18.3-otp-27
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -eu
|
||||||
# Install hex package manager
|
# Install hex package manager
|
||||||
- timeout --signal=KILL 3m mix local.hex --force
|
- timeout --signal=KILL 3m mix local.hex --force
|
||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
|
|
@ -80,7 +80,7 @@ steps:
|
||||||
TEST_POSTGRES_HOST: postgres
|
TEST_POSTGRES_HOST: postgres
|
||||||
TEST_POSTGRES_PORT: 5432
|
TEST_POSTGRES_PORT: 5432
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -eu
|
||||||
# Install hex package manager
|
# Install hex package manager
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
|
|
@ -146,7 +146,7 @@ steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/elixir:1.18.3-otp-27
|
image: docker.io/library/elixir:1.18.3-otp-27
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -eu
|
||||||
# Install hex package manager
|
# Install hex package manager
|
||||||
- timeout --signal=KILL 3m mix local.hex --force
|
- timeout --signal=KILL 3m mix local.hex --force
|
||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
|
|
@ -189,7 +189,7 @@ steps:
|
||||||
TEST_POSTGRES_HOST: postgres
|
TEST_POSTGRES_HOST: postgres
|
||||||
TEST_POSTGRES_PORT: 5432
|
TEST_POSTGRES_PORT: 5432
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -eu
|
||||||
# Install hex package manager
|
# Install hex package manager
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue