Delete '.gitlab-ci.yml.orig'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8dc8e6f1a2
commit
28b8229b50
1 changed files with 0 additions and 13 deletions
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue