Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
attempt to fix CI issues
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven committed Jun 15, 2023
1 parent b23ebfb commit b9b026d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/source/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (i *image) getDesiredPodApplyConfig(src *Source, obj client.Object) *applyc
WithContainers(applyconfigurationcorev1.Container().
WithName(imageBundleUnpackContainerName).
WithImage(src.Image.Ref).
WithCommand("/bin/unpack", "--src-dir", i.BundleDir).
WithCommand("/bin/unpack", "--bundle-dir", i.BundleDir).
WithVolumeMounts(applyconfigurationcorev1.VolumeMount().
WithName("util").
WithMountPath("/bin"),
Expand Down
2 changes: 0 additions & 2 deletions pkg/source/unpacker.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)

const ()

// Unpacker unpacks source content, either synchronously or asynchronously and
// returns a Result, which conveys information about the progress of unpacking
// the source content.
Expand Down

0 comments on commit b9b026d

Please sign in to comment.