This commit is contained in:
Oleg Sheynin 2024-07-28 13:50:41 -04:00
parent 26afead109
commit 4516df71bb
2 changed files with 1 additions and 2 deletions

View File

@ -100,7 +100,6 @@ if [ -n "${date_to_load}" ]; then
date_to_load=$(get_prev_business_day ${date_to_load})
echo "Historical Data for ${date_to_load}"
fi
exit
Cmd="docker run"
Cmd="${Cmd} --pull=always"

View File

@ -1 +1 @@
1.1.5
1.1.6