support force-cleaning git repos #84
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
23s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
4 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L197
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - with repository_status of default_clean cleans the repo
Failure/Error: exec_git('submodule', 'foreach', '--recursive', 'git', 'clean', '-fd')
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("clean", "-fd")
got: ("submodule", "foreach", "--recursive", "git", "clean", "-fd")
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L197
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - with repository_status of default_clean cleans the repo
Failure/Error: exec_git('submodule', 'foreach', '--recursive', 'git', 'clean', '-fd')
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("clean", "-fd")
got: ("submodule", "foreach", "--recursive", "git", "clean", "-fd")
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|