Skip to content

Commit

Permalink
engine: read ImageMaps from the API server (#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Jun 23, 2021
1 parent 638da06 commit c5bf456
Show file tree
Hide file tree
Showing 17 changed files with 330 additions and 203 deletions.
4 changes: 2 additions & 2 deletions internal/cli/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/engine/build_and_deployer_live_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func runTestCase(t *testing.T, f *bdFixture, tCase testCase) {

targets := buildcontrol.BuildTargets(manifest)

result, err := f.bd.BuildAndDeploy(f.ctx, f.st, targets, bs)
result, err := f.BuildAndDeploy(targets, bs)
if tCase.expectErrorContains != "" {
require.NotNil(t, err, "expected error containing '%s' but got no error", tCase.expectErrorContains)
require.Contains(t, err.Error(), tCase.expectErrorContains,
Expand Down

0 comments on commit c5bf456

Please sign in to comment.