mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
correct use of variable
This commit is contained in:
parent
03e04fd8a7
commit
65d9a88cf7
@ -50,7 +50,7 @@ main() {
|
|||||||
done < /tmp/modified_dirs.txt
|
done < /tmp/modified_dirs.txt
|
||||||
rm /tmp/modified_dirs.txt
|
rm /tmp/modified_dirs.txt
|
||||||
|
|
||||||
if [ $packaged ]; then
|
if [ "$packaged" = true ]; then
|
||||||
release_charts
|
release_charts
|
||||||
sleep 5
|
sleep 5
|
||||||
update_index
|
update_index
|
||||||
|
Loading…
Reference in New Issue
Block a user