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) <rhdh-bot@redhat.com>
Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
pull/628/head
Nick Boldt 2023-12-20 09:29:10 -04:00 committed by GitHub
parent 3ecfbcd8b1
commit bda80f1d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -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