Skip to content
Snippets Groups Projects

CI/CD

Merged Tom Teichler requested to merge ci-cd into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -6,10 +6,8 @@
@@ -6,10 +6,8 @@
entrypoint: [ "sh", "-c" ]
entrypoint: [ "sh", "-c" ]
before_script:
before_script:
- earthly --version
- earthly --version
- cat ${EARTHLY_CONFIG}
variables:
variables:
FORCE_COLOR: "1"
FORCE_COLOR: "1"
EARTHLY_CONFIG: "/etc/earthly/config.yaml"
EARTHLY_STRICT: "true"
EARTHLY_STRICT: "true"
interruptible: true
interruptible: true
retry:
retry:
Loading