Skip to content

Commit

Permalink
ci: use certificate auth on native
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Apr 7, 2023
1 parent 1bd9f61 commit 7355983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func UseCertFile(harvestHome string) {
// Copy harvest_cert_2023.yml from /u/ to local
harvestCertFile := "harvest_cert_2023.yml"
harvestFile := "harvest.yml"
Run("cp", "-p", GetConfigDir()+"/"+harvestCertFile, harvestHome, harvestFile)
Run("cp", "-p", GetConfigDir()+"/"+harvestCertFile, harvestHome+"/"+harvestFile)
Run("certer", "-ip", "10.193.48.11")

path := harvestHome + "/cert"
Expand Down

0 comments on commit 7355983

Please sign in to comment.