Skip to content

Commit

Permalink
test: run CI test with new libvirt driver build
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Jul 18, 2023
1 parent ddcfe85 commit bcbdb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crc/machine/libvirt/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const (

const (
machineDriverCommand = "crc-driver-libvirt"
MachineDriverVersion = "0.13.5"
MachineDriverVersion = "0.13.6"
)

var (
MachineDriverDownloadURL = fmt.Sprintf("https://github.com/crc-org/machine-driver-libvirt/releases/download/%s/%s", MachineDriverVersion, machineDriverCommand)
MachineDriverDownloadURL = fmt.Sprintf("https://github.com/anjannath/crc-machine-driver-libvirt/releases/download/%s/%s", MachineDriverVersion, machineDriverCommand)
)

func MachineDriverPath() string {
Expand Down

0 comments on commit bcbdb85

Please sign in to comment.