From 39c9cdee2e4695fba0b60bb7ac27dbc67c5cfc28 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Mon, 8 Jan 2024 09:56:17 -0800 Subject: [PATCH] fixed gitpod --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 931033f0..a74e7c2c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -88,10 +88,10 @@ tasks: echo $SSH_PRIVATE_KEY | base64 -d > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa && cd /workspace/front && -# git remote set-url origin git@github.com:SU-SWS/sulgryphon-nextjs.git && [[ ! -z $GITCONFIG ]] && echo $GITCONFIG | base64 -d > ~/.gitconfig && chmod 644 ~/.gitconfig +# git remote set-url origin git@github.com:SU-SWS/sulgryphon-nextjs.git vscode: extensions: