Commit da130f1
authored
Fix unresolved name for release version (#2997)
While setting up an environment and attempting to use the CI
scripts to create a couple of worker nodes, an error was raised
due to the `release.stdout` value not being resolved to anything.
While setting up the master nodes, we do use `k3s_release` to
define the version to be used in the URL.
This change fixes the worker node set up script to use the value
of `k3s_release`.
Signed-off-by: Carlos da Silva <[email protected]>1 parent 9a6c890 commit da130f1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments