mirror of https://git.rancher.io/charts
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
./scripts/prepare
|
||
|
./scripts/generate-charts
|
||
|
./scripts/clean
|