Skip to content

Commit

Permalink
fixed gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 8, 2024
1 parent d61b4bf commit 39c9cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:SU-SWS/sulgryphon-nextjs.git &&
[[ ! -z $GITCONFIG ]] &&
echo $GITCONFIG | base64 -d > ~/.gitconfig &&
chmod 644 ~/.gitconfig
# git remote set-url origin [email protected]:SU-SWS/sulgryphon-nextjs.git

vscode:
extensions:
Expand Down

0 comments on commit 39c9cde

Please sign in to comment.