File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,13 @@ get_sources() {
8686 echo " BUILD_ID=${BUILD_ID} " >> percona-mongolink.properties
8787 echo " VERSION=${VERSION} " >> percona-mongolink.properties
8888 echo " BRANCH=${BRANCH} " >> percona-mongolink.properties
89- # git clone "$REPO" ${PRODUCT}
89+ git clone " $REPO " ${PRODUCT}
9090
91- # retval=$?
92- # if [ $retval != 0 ]; then
93- # echo "There were some issues during repo cloning from github. Please retry one more time"
94- # exit 1
95- # fi
96- mv ${WORKDIR} /percona-mongolink/ percona-mongolink/
91+ retval=$?
92+ if [ $retval != 0 ]; then
93+ echo " There were some issues during repo cloning from github. Please retry one more time"
94+ exit 1
95+ fi
9796 cd percona-mongolink
9897 if [ ! -z " $BRANCH " ]; then
9998 git reset --hard
You can’t perform that action at this time.
0 commit comments