mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 23:20:19 +08:00
ignore templates directory for test release system if it errors out
This commit is contained in:
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
mv ${path}/SCALE/item.yaml catalog/test/${chartname}/
|
||||
mv ${path}/SCALE/ix_values.yaml ${path}/
|
||||
mv ${path}/SCALE/questions.yaml ${path}/
|
||||
cp -rf ${path}/SCALE/templates/* ${path}/templates
|
||||
cp -rf ${path}/SCALE/templates/* ${path}/templates || echo "ignoring templates directory..."
|
||||
rm -rf ${path}/SCALE/templates
|
||||
mv ${path}/values.yaml ${path}/test_values.yaml
|
||||
touch ${path}/values.yaml
|
||||
|
||||
Reference in New Issue
Block a user