From d6b059d1e6bfc0df3a65d3f577be19a136ea2b99 Mon Sep 17 00:00:00 2001 From: Kapil Powar Date: Fri, 15 Sep 2023 11:34:47 +0530 Subject: [PATCH] test --- jck/jck-semiauto-updater/jckupdater.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/jck/jck-semiauto-updater/jckupdater.sh b/jck/jck-semiauto-updater/jckupdater.sh index fe2b7dde91..344f4c64ef 100755 --- a/jck/jck-semiauto-updater/jckupdater.sh +++ b/jck/jck-semiauto-updater/jckupdater.sh @@ -169,10 +169,8 @@ isLatestUpdate() { if grep -q "$JCK_WITHOUT_BACKSLASH" build.txt; then echo " JCK$JCK_VERSION material is $JCK_WITHOUT_BACKSLASH in the repo $GIT_URL. It is up to date. No need to pull changes" - # cleanup - # exit 2 - get_JAVA_SDK - getJCKSources + cleanup + exit 2 else echo " JCK$JCK_VERSION $JCK_WITHOUT_BACKSLASH is latest and not in the repo $GIT_URL... Please proceed with download" get_JAVA_SDK @@ -357,9 +355,9 @@ if [ "$JCK_VERSION" != "" ] && [ "$JCK_GIT_REPO" != "" ] && [ "$GIT_TOKEN" != "" setup isLatestUpdate extract - #gitClone - #copyFilestoGITRepo - #checkChangesAndCommit + gitClone + copyFilestoGITRepo + checkChangesAndCommit cleanup else echo "Please provide missing arguments"