Skip to content

Commit be4c03a

Browse files
committed
mkdir
1 parent 75204d9 commit be4c03a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/installer/BUILD.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ packages:
4747
- ["sh", "-c", "ls -d third_party/charts/*/ | while read f; do echo \"cd $f && helm dep up && cd -\"; done | sh"]
4848
- ["mv", "_deps/components-ws-manager-mk2--crd/workspace.gitpod.io_workspaces.yaml", "pkg/components/ws-manager-mk2/crd.yaml"]
4949
- ["sh", "-c", "cat _deps/components-ws-manager-mk2--crd/workspace.gitpod.io_snapshots.yaml >> pkg/components/ws-manager-mk2/crd.yaml"]
50+
- ["sh", "-c", "mkdir -p pkg/common/resources"]
5051
- ["sh", "-c", "cat _deps/components-gitpod-db--latest-migration/latest-migration.json > pkg/common/resources/latest-migration.json"]
5152
config:
5253
packaging: app

0 commit comments

Comments
 (0)