From ae29da44ada0856acb4dd83d497ee3ac7d419af4 Mon Sep 17 00:00:00 2001 From: Nathan Brady Date: Wed, 22 Nov 2023 14:13:54 -0800 Subject: [PATCH] remove more Gitpod setup --- lila-docker.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lila-docker.ps1 b/lila-docker.ps1 index d7299c70..30a27134 100644 --- a/lila-docker.ps1 +++ b/lila-docker.ps1 @@ -1,11 +1,5 @@ # Requires -Version 5.1 -if (-not [string]::IsNullOrEmpty($Env:GITPOD_WORKSPACE_ID)) { - $Env:SCHEME = "https" - $Env:LILA_DOMAIN = (gp url 8080).Substring(8) - $Env:PICFIT_DOMAIN = (gp url 3001).Substring(8) -} - function run_setup { New-Item .env -ItemType File -Force docker compose run --rm -it lila_docker_rs bash -c "cargo run --manifest-path /mnt/Cargo.toml"