10 lines
78 B
Bash
Executable File
10 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
update_helm
|
|
|
|
|
|
update_docs
|