提交 be901d52 编写于 作者: Z zhangxin

Push the collector docker image when sky-walking is tagged

上级 c10c0c29
#!/bin/sh
check_pull_is_release() {
check_pull_is_tagged() {
if [ "${TRAVIS_TAG}" = "" ]; then
return 1
else
echo "[Pushing] pushing docker image of ${TRAVIS_TAG}."
echo "Push the collector image of ${TRAVIS_TAG} version."
return 0
fi
......@@ -18,7 +18,7 @@ push_collector_image() {
}
if check_pull_is_release; then
if check_pull_is_tagged; then
push_collector_image
echo "[Pushing] push Done!"
echo "Push is Done!"
fi
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册