mirror of https://github.com/arendst/Tasmota.git
Install Platformio not in Gitpod Image
This commit is contained in:
parent
112a064682
commit
4b4f6aa784
|
@ -1,5 +1,3 @@
|
|||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
|
||||
RUN pip3 install -U platformio
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
tasks:
|
||||
- before: platformio upgrade
|
||||
- command: platformio run -e tasmota
|
||||
- command: pip3 install -U platformio && platformio run -e tasmota
|
||||
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
|
Loading…
Reference in New Issue