From 0afaeb1e528d5b1cfb9901b4debfa7e1dafe29bf Mon Sep 17 00:00:00 2001 From: Shaw Date: Fri, 7 Feb 2025 06:30:51 -0500 Subject: [PATCH] if someone wants github they can add it back --- .gitpod.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 6c175858e70..00000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,7 +0,0 @@ -tasks: - - name: "init eliza env" - init: | - nvm install v23.3.0 - git fetch --tags - git checkout $(git describe --tags --abbrev=0) - command: bun install && bun run build