mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Install Platformio not in Gitpod Image
This commit is contained in:
Vendored
-2
@@ -1,5 +1,3 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
|
||||
RUN pip3 install -U platformio
|
||||
|
||||
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user