Skip unnecessary stages for docs
This commit is contained in:
parent
4ffe3a2fdd
commit
5559e1a9cc
2 changed files with 7 additions and 9 deletions
|
|
@ -38,9 +38,6 @@ case "$COMPONENT" in
|
|||
"ingress-controller")
|
||||
$DIR/ingress-controller.sh
|
||||
;;
|
||||
"nginx")
|
||||
$DIR/nginx.sh
|
||||
;;
|
||||
*)
|
||||
echo "Invalid option in environment variable COMPONENT"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue