mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 14:01:21 -03:00
fix fetch task
This commit is contained in:
11
.github/workflows/apps.test.yaml
vendored
11
.github/workflows/apps.test.yaml
vendored
@@ -294,12 +294,11 @@ jobs:
|
||||
- name: fetch dependencies
|
||||
run: |
|
||||
fetchtask(){
|
||||
if [ -d "$2/SCALE" ]; then
|
||||
if [ -d "${chart}" ]; then
|
||||
cd ${chart}
|
||||
helm dependency update --skip-refresh
|
||||
cd -
|
||||
fi
|
||||
if [ -d "$1" ]; then
|
||||
cd $1
|
||||
helm dependency update --skip-refresh
|
||||
cd -
|
||||
fi
|
||||
}
|
||||
for train in stable incubator develop non-free deprecated
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user