This commit is contained in:
Oleg Sheynin 2024-08-09 22:43:44 -04:00
parent 969360642a
commit a610ab5462
3 changed files with 4 additions and 3 deletions

View File

@ -18,8 +18,8 @@ Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
Cmd="${Cmd} ${DockerImage}"
Cmd="${Cmd} -h ${host}"
Cmd="${Cmd} -d ${date}"
Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
# Cmd="${Cmd} -s coinbase,bnbspot"
# Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
Cmd="${Cmd} -s coinbase,bnbspot"
echo $Cmd
eval $Cmd

View File

@ -1 +1 @@
1.3.9,debugging crypto_md_day
1.4.1,crypto md: no bntbfut for the day

View File

@ -180,4 +180,5 @@ do
done
echo "PROJECT ${project} **** P U L L N E W T A G S F R O M o r i g i n ****"
echo "(cd ${project}; git pull --tags; git pushall)"
echo "$0 Done ${project} ${release_version}"