diff --git a/.gitlab-ci.yml.orig b/.gitlab-ci.yml.orig deleted file mode 100644 index e0381ff..0000000 --- a/.gitlab-ci.yml.orig +++ /dev/null @@ -1,13 +0,0 @@ -image: python:3.6 - -stages: - - build - -before_script: - - "pip install -U platformio" - - "cp ampel-firmware/config.public.h ampel-firmware/config.h" - -job: - stage: build - script: "platformio run" -