Skip to content

Commit 93fe084

Browse files
committed
change order of tasks to see logs
1 parent f0507b4 commit 93fe084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitpod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ tasks:
3535
command: |
3636
./dev/preview/download-and-merge-harvester-kubeconfig.sh
3737
exit 0
38+
- name: GoLand indexing
39+
init: |
40+
./scripts/goland-indexing.sh
41+
./scripts/goland-latest-indexing.sh
3842
- name: Java
3943
init: |
4044
leeway exec --package components/supervisor-api/java:lib --package components/gitpod-protocol/java:lib -- ./gradlew build
@@ -47,10 +51,6 @@ tasks:
4751
before: pre-commit install --install-hooks
4852
init: leeway exec --filter-type go -v -- go mod verify
4953
openMode: split-right
50-
- name: GoLand indexing
51-
init: |
52-
./scripts/goland-indexing.sh
53-
./scripts/goland-latest-indexing.sh
5454
vscode:
5555
extensions:
5656
- bradlc.vscode-tailwindcss

0 commit comments

Comments
 (0)