mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Merge pull request #15823 from Jason2866/gitpod
Install Platformio not in Gitpod Image
This commit is contained in:
commit
cf5c8cf566
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@ -1,5 +1,3 @@
|
|||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
USER gitpod
|
USER gitpod
|
||||||
|
|
||||||
RUN pip3 install -U platformio
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- before: platformio upgrade
|
- command: pip3 install -U platformio && platformio run -e tasmota
|
||||||
- command: platformio run -e tasmota
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user