Commit 72da066
authored
fix(ci): add missing common::base64_encode to release-1.9 (#4588)
The cherry-pick of k8s cluster auth fix (c589180) included the call
to common::base64_encode in gke-helm.sh but did not include the function
definition in lib/common.sh, causing GKE Helm nightly tests to fail
with 'command not found' (exit 127).
Add the missing function and export statements from main.
Assisted-by: OpenCode1 parent 750fb2d commit 72da066
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments