Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 969360642a | |||
| 939cc0197d |
@@ -14,11 +14,12 @@ Cmd="docker run"
|
||||
Cmd="${Cmd} --pull=always"
|
||||
Cmd="${Cmd} --network=host"
|
||||
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
|
||||
Cmd="${Cmd} --rm"
|
||||
# Cmd="${Cmd} --rm"
|
||||
Cmd="${Cmd} ${DockerImage}"
|
||||
Cmd="${Cmd} -h ${host}"
|
||||
Cmd="${Cmd} -d ${date}"
|
||||
Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
|
||||
# Cmd="${Cmd} -s coinbase,bnbspot"
|
||||
|
||||
echo $Cmd
|
||||
eval $Cmd
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.3.7
|
||||
1.3.9,debugging crypto_md_day
|
||||
|
||||
@@ -127,7 +127,8 @@ if [ "${?}" != "0" ]; then
|
||||
fi
|
||||
|
||||
|
||||
release_version=$(cat release_version.txt)
|
||||
release_version=$(cat release_version.txt | awk -F',' '{print $1}')
|
||||
whats_new=$(cat release_version.txt | awk -F',' '{print $2}')
|
||||
|
||||
|
||||
echo "--------------------------------"
|
||||
@@ -136,7 +137,7 @@ echo "Release version: ${release_version}"
|
||||
confirm
|
||||
|
||||
version_tag="v${release_version}"
|
||||
version_comment="${version_tag}_${project}_${branch}_$(date +%Y%m%d)"
|
||||
version_comment="'${version_tag} ${project} ${branch} $(date +%Y-%m-%d)\n${whats_new}'"
|
||||
|
||||
cmd_arr=()
|
||||
Cmd="git tag -a ${version_tag} -m ${version_comment}"
|
||||
@@ -178,4 +179,5 @@ do
|
||||
pwd && echo ${cmd} && eval ${cmd}
|
||||
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 "$0 Done ${project} ${release_version}"
|
||||
|
||||
Reference in New Issue
Block a user