From bda80f1d7b988c978979fde130b50f64a7214064 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 20 Dec 2023 09:29:10 -0400 Subject: [PATCH] chore(build): remove commented code that we didn't need for 7.77 release, as it's evidently safe to delete (#627) Change-Id: I0d6db01942b35a1c5f31ad22718743dec8a90f23 Signed-off-by: RHDH Build (rhdh-bot) Co-authored-by: RHDH Build (rhdh-bot) --- make-release.sh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/make-release.sh b/make-release.sh index 34a2075733..d32dad2615 100755 --- a/make-release.sh +++ b/make-release.sh @@ -37,23 +37,6 @@ loadMvnSettingsGpgKey() { gpg --version } -# comment out: why do we think we need nodejs installed for a java build? -# installDebDeps(){ -# set +x -# curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - -# sudo apt-get install -y nodejs -# } - -# comment out: already installed via GH action so no need to do it again -# installMaven(){ -# set -x -# mkdir -p /opt/apache-maven && curl -sSL https://downloads.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | tar -xz --strip=1 -C /opt/apache-maven -# export M2_HOME="/opt/apache-maven" -# export PATH="/opt/apache-maven/bin:${PATH}" -# mvn -version || die_with "mvn not found in path: ${PATH} !" -# set +x -# } - evaluateCheVariables() { echo "Che version: ${CHE_VERSION}" # derive branch from version @@ -392,14 +375,8 @@ updateImageTagsInCheServer() { popd >/dev/null } -# already installed via GH action so no need to do it again -# installMaven - loadMvnSettingsGpgKey -# why do we think we need nodejs installed for a java build? -# installDebDeps - set -x setupGitconfig