From 4eebb8a97f126de26c873785f9d65ab2e1c1bc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=C3=B6ktu=C4=9F=20=C3=96ZT=C3=9CRK?= Date: Fri, 12 Feb 2021 23:55:56 -0800 Subject: [PATCH] fix gitpod --- .gitpod.Dockerfile | 2 +- .gitpod.yml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index d9de8724ef..8bd1ae449f 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1,3 @@ FROM gitpod/workspace-full -RUN brew install gh protobuf git-lfs +RUN brew install gh protobuf diff --git a/.gitpod.yml b/.gitpod.yml index 831405d0c8..811ed6e0be 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,10 +7,11 @@ workspaceLocation: "./starport/docs" tasks: - name: Install Starport - before: | - git lfs install - git lfs pull init: | + brew install git-lfs + git lfs install + git lfs pull + # Install Starport export BIN_PATH=$GOPATH/bin export VUE_APP_CUSTOM_URL=$(gp url)