Commit e8c99c4
Install golang on controller before deploying watcher
When we run make watcher_deploy on controller in uni jobs. It
fails with 'make: go: No such file or directory'.
go was not installed on the controller leading to watcher service
deploy failure.
Running make download_tools install golang and fixes the issue.
Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
Depends-On: openstack-k8s-operators/ci-framework#30631 parent 18d6c7c commit e8c99c4
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments