Skip to content

Commit 75204d9

Browse files
committed
fixup
1 parent 73a3da5 commit 75204d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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", "cat _deps/components-gitpod-db--latest-migration/latest-migration.txt > pkg/common/latest-migration.txt"]
50+
- ["sh", "-c", "cat _deps/components-gitpod-db--latest-migration/latest-migration.json > pkg/common/resources/latest-migration.json"]
5151
config:
5252
packaging: app
5353
buildCommand: ["go", "build", "-trimpath", "-ldflags", "-buildid= -w -s -X 'github.com/gitpod-io/gitpod/installer/cmd.Version=commit-${__git_commit}'"]

0 commit comments

Comments
 (0)