We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b949939 commit 5f40d50Copy full SHA for 5f40d50
scripts/qiniu_publish.sh
@@ -22,7 +22,7 @@ echo "login qiniu..."
22
qshell account ${AccessKey} ${SecretKey} ${QINIU_NAME}
23
24
echo "qshell rput ${QINIU_BUCKET} \"${APP}/images/${Tar}\" ${Tar}"
25
-qshell rput ${QINIU_BUCKET} "${APP}/images/${Tar}" ${Tar}
+qshell rput --overwrite ${QINIU_BUCKET} "${APP}/images/${Tar}" ${Tar}
26
27
rm -f ${Tar}
28
docker rmi -f ${ImageName}:${Version}
0 commit comments