From affb7ce8a4cb65025dcf9d803cae92d42b3aab19 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:26:42 +0200 Subject: [PATCH] remove gitpod (#23960) since no more existing. The new owner ONA does not allow accounts without providing credit card data. --- .gitpod.Dockerfile | 5 ----- .gitpod.yml | 9 --------- README.md | 1 - 3 files changed, 15 deletions(-) delete mode 100644 .gitpod.Dockerfile delete mode 100644 .gitpod.yml diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index 3faa30ba1..000000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM gitpod/workspace-python-3.13 - -RUN python -m pip install --break-system-packages uv - -USER gitpod diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index e85868905..000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,9 +0,0 @@ -tasks: - - command: pip install -U platformio && pip install --upgrade pip && platformio run -t clean -e tasmota - -image: - file: .gitpod.Dockerfile - -vscode: - extensions: - - shardulm94.trailing-spaces diff --git a/README.md b/README.md index f61e8a2c6..a16f40f90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ _Written for PlatformIO._ [![GitHub download](https://img.shields.io/github/downloads/arendst/Tasmota/total.svg)](https://github.com/arendst/Tasmota/releases/latest) [![License](https://img.shields.io/github/license/arendst/Tasmota.svg)](LICENSE.txt) [![Discord](https://img.shields.io/discord/479389167382691863.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Ks2Kzd4) -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/arendst/Tasmota)