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