Skip to content
Snippets Groups Projects
Commit b57f977b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add ci config

parent 5549989c
No related branches found
No related tags found
1 merge request!28CI/CD
Pipeline #98601 passed
.earthly_prepare:
tags:
- privileged
image:
name: earthly/earthly:v0.6.29@sha256:81eaf447132541b930d64cbf3308ba07303928a073c602e81a237799b60f254d
entrypoint: [ "sh", "-c" ]
before_script:
- earthly --version
- cat ${EARTHLY_CONFIG}
variables:
FORCE_COLOR: "1"
EARTHLY_CONFIG: "/etc/earthly/config.yaml"
EARTHLY_STRICT: "true"
interruptible: true
retry:
max: 2
when:
- runner_system_failure
- stuck_or_timeout_failure
test:
stage: test
extends: [.earthly_prepare]
script:
- earthly --no-output -P +test
only:
refs:
- merge_requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment