mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
debugging
This commit is contained in:
parent
4930cf60ec
commit
da472a93d7
@ -48,7 +48,9 @@ main() {
|
|||||||
done < /tmp/modified_dirs.txt
|
done < /tmp/modified_dirs.txt
|
||||||
rm /tmp/modified_dirs.txt
|
rm /tmp/modified_dirs.txt
|
||||||
|
|
||||||
if [[ -d .deploy ]]; then
|
ls -ald .deploy
|
||||||
|
|
||||||
|
if [ -d .deploy ]; then
|
||||||
release_charts
|
release_charts
|
||||||
sleep 5
|
sleep 5
|
||||||
update_index
|
update_index
|
||||||
|
Loading…
Reference in New Issue
Block a user