Commit 8bfcfd70 authored by Derek Nola's avatar Derek Nola

Fix deploy latest commit on E2E tests (#10725)

parent e8de533e
......@@ -19,7 +19,7 @@ def getInstallType(vm, release_version, branch, release_channel='')
install_type = "INSTALL_K3S_SKIP_DOWNLOAD=true"
elsif !release_version.empty?
return "INSTALL_K3S_VERSION=#{release_version}"
elsif release_channel != "commit"
elsif !release_channel.empty? && release_channel != "commit"
return "INSTALL_K3S_CHANNEL=#{release_channel}"
else
jqInstall(vm)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment