Skip to content
Snippets Groups Projects

CI/CD

Merged Tom Teichler requested to merge ci-cd into master
+ 0
2
@@ -6,10 +6,8 @@
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:
Loading