From b8696799520fb06ab135d7962b1cdfea7b823822 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 29 Oct 2022 22:50:48 -0600 Subject: [PATCH] remove broken CI --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index abce941..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: ghcr.io/inti-cmnb/kicad6_auto:latest - -stages: - - plot - -plot_gerbers: - stage: plot - script: - - apt list --installed - - echo $(kibot --version) - - cd mellifera && kibot \ No newline at end of file