Skip to content

Commit

Permalink
ci: rpm does not need certificates (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Apr 14, 2023
1 parent 2ffdc78 commit ce9d264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/test/installer/rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (r *RPM) Install() bool {
log.Println(installOutput)
log.Println("Stopping harvest")
harvestObj.Stop()
utils.Run("cp", "-R", utils.GetConfigDir()+"/certificates", HarvestHome)
copyErr := utils.CopyFile(harvestFile, HarvestHome+"/harvest.yml")
if copyErr != nil {
return false
Expand Down

0 comments on commit ce9d264

Please sign in to comment.