From cd01c2e4fe1dd08bffa7e028e38dac145eb62229 Mon Sep 17 00:00:00 2001 From: Shao Huan Qing Date: Sun, 25 Jul 2021 20:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=BD=93=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6c63e22..9beb967 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash datetime=`date +%Y%m%d-%H%M%S` -# echo $datetime +echo $datetime tag=swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard-press yarn install @@ -13,4 +13,5 @@ if test $datetime != ""; then # docker push $tag:latest docker tag $tag:latest $tag:$datetime docker push $tag:$datetime + echo pushded $tag:$datetime fi