Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gitpod/workspace-full

RUN brew install gh protobuf git-lfs
RUN brew install gh protobuf
7 changes: 4 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down