class KuberKit::ArtifactsSync::NullArtifactResolver

Public Instance Methods

resolve(shell, artifact) click to toggle source
# File lib/kuber_kit/artifacts_sync/null_artifact_resolver.rb, line 4
def resolve(shell, artifact)
  return true
end