From e966afb059fe786f39dc93c5065b9813abb9a68f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 14 Jul 2023 14:15:58 +1000 Subject: [PATCH] Delete reference to make-archive - no longer used --- git-get-repo-and-build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/git-get-repo-and-build.sh b/git-get-repo-and-build.sh index fc6d437..985cbaa 100755 --- a/git-get-repo-and-build.sh +++ b/git-get-repo-and-build.sh @@ -103,9 +103,6 @@ else git pull fi -# Now make sure that the make-archive is executible -chmod +x $GITFiles/common/make-archive.sh - # See if repo exits in git if [ $DEBUG ] ; then echo "check if $REPO_NAME in $ORG_NAME exists on $GITEAHOST" ; fi RESPONSE=$(curl $SILENT -o /dev/null -w "%{http_code}" "$GITEAHOST/api/v1/repos/$ORG_NAME/$REPO_NAME")