Skip to content

Commit

Permalink
Get the Installer dependencies for every workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Aug 3, 2022
1 parent 204cdb5 commit 367bbc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ tasks:
command: |
./dev/preview/util/download-and-merge-harvester-kubeconfig.sh
exit 0
- name: Installer dependencies
init: |
(cd install/installer && make deps)
exit 0
- name: Java
command: |
if [ -z "$RUN_GRADLE_TASK" ]; then
Expand Down

0 comments on commit 367bbc7

Please sign in to comment.