File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,8 @@ cd "${SOURCE_TOP_DIR}"
4949
5050if [ " ${RELEASE_PULL} " -gt 0 ] || [ " ${RELEASE_PUSH_TAG} " -gt 0 ]; then
5151 git_origin_url=" $( git remote get-url origin) "
52- if [ " ${git_origin_url} " != " git@github.com:HeartLinked/iceberg-cpp.git" ]; then
53- echo " This script must be ran with working copy of HeartLinked/iceberg-cpp."
54- # if [ "${git_origin_url}" != "git@github.com:apache/iceberg-cpp.git" ]; then
55- # echo "This script must be ran with working copy of apache/iceberg-cpp."
52+ if [ " ${git_origin_url} " != " git@github.com:apache/iceberg-cpp.git" ]; then
53+ echo " This script must be ran with working copy of apache/iceberg-cpp."
5654 echo " The origin's URL: ${git_origin_url} "
5755 exit 1
5856 fi
You can’t perform that action at this time.
0 commit comments