mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 22:40:23 +08:00
rename insecure to deprecated
This commit is contained in:
2
.github/workflows/docs.copy.yaml
vendored
2
.github/workflows/docs.copy.yaml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
- name: Copy Apps readme to website
|
||||
run: |
|
||||
for train in stable incubator develop non-free insecure; do
|
||||
for train in stable incubator develop non-free deprecated; do
|
||||
for chart in ${train}/*; do
|
||||
if [ -d "${chart}" ]; then
|
||||
chartname=$(basename ${chart})
|
||||
|
||||
Reference in New Issue
Block a user