From 4b7471d908e2469a5f5bf0b679c4a97cf1217451 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 24 Sep 2023 11:47:11 +0200 Subject: [PATCH] Remove ci config --- .gitlab-ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 1c25d00..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -.earthly_prepare: - tags: - - privileged - image: - name: earthly/earthly:v0.1672931812.155642524@sha256:424b65aafd162c60cceb0a04b3acc320220459eddf1e6e75268935478db64a56 - 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 -- GitLab