Merge pull request #15823 from Jason2866/gitpod

Install Platformio not in Gitpod Image
This commit is contained in:
Jason2866 2022-06-19 13:42:58 +02:00 committed by GitHub
commit cf5c8cf566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

2
.gitpod.Dockerfile vendored
View File

@ -1,5 +1,3 @@
FROM gitpod/workspace-full
USER gitpod
RUN pip3 install -U platformio

View File

@ -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