Skip to content

Commit b0c37fb

Browse files
committed
w
1 parent 16b1c36 commit b0c37fb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM gitpod/workspace-full
22

3-
RUN brew install gh protobuf git-lfs
3+
RUN brew install gh protobuf

.gitpod.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ workspaceLocation: "./starport/docs"
77

88
tasks:
99
- name: Install Starport
10-
before: |
11-
git lfs install
12-
git lfs pull
1310
init: |
11+
brew install git-lfs
12+
git lfs install
13+
git lfs pull
14+
1415
# Install Starport
1516
export BIN_PATH=$GOPATH/bin
1617
export VUE_APP_CUSTOM_URL=$(gp url)

0 commit comments

Comments
 (0)