Merge branch 'config' into localApps
This commit is contained in:
1
.github/workflows/renovate-app-version.yml
vendored
1
.github/workflows/renovate-app-version.yml
vendored
@@ -83,7 +83,6 @@ jobs:
|
|||||||
if [[ $file == *"docker-compose.yml"* ]]; then
|
if [[ $file == *"docker-compose.yml"* ]]; then
|
||||||
app_name=$(echo $file | cut -d'/' -f 2)
|
app_name=$(echo $file | cut -d'/' -f 2)
|
||||||
old_version=$(echo $file | cut -d'/' -f 3)
|
old_version=$(echo $file | cut -d'/' -f 3)
|
||||||
chmod +x .github/workflows/renovate-app-version.py
|
|
||||||
python3 .github/workflows/renovate-app-version.py $app_name $old_version
|
python3 .github/workflows/renovate-app-version.py $app_name $old_version
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user