We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b1c36 commit b0c37fbCopy full SHA for b0c37fb
.gitpod.Dockerfile
@@ -1,3 +1,3 @@
1
FROM gitpod/workspace-full
2
3
-RUN brew install gh protobuf git-lfs
+RUN brew install gh protobuf
.gitpod.yml
@@ -7,10 +7,11 @@ workspaceLocation: "./starport/docs"
7
8
tasks:
9
- name: Install Starport
10
- before: |
11
- git lfs install
12
- git lfs pull
13
init: |
+ brew install git-lfs
+ git lfs install
+ git lfs pull
14
+
15
# Install Starport
16
export BIN_PATH=$GOPATH/bin
17
export VUE_APP_CUSTOM_URL=$(gp url)
0 commit comments