Woodpecker CI: Work around script entrypoint truncation
This commit is contained in:
parent
da9cbc8e2f
commit
47e6dbfade
6 changed files with 56 additions and 0 deletions
|
|
@ -8,9 +8,16 @@ when:
|
|||
depends_on:
|
||||
- lint
|
||||
|
||||
variables:
|
||||
script_file_entrypoint: &script_file_entrypoint
|
||||
- /bin/sh
|
||||
- -c
|
||||
- 'printf "%s" "$CI_SCRIPT" | base64 -d > /tmp/ci-script.sh && /bin/sh -xe /tmp/ci-script.sh'
|
||||
|
||||
steps:
|
||||
unit-testing-elixir-1.18:
|
||||
image: elixir:1.18-otp-27-alpine
|
||||
entrypoint: *script_file_entrypoint
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
DB_HOST: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue