Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Tested on : UBI 9.6
# Language : Java
# Ci-Check : True
# Use Non-Root User: True
# Script License : Apache License, Version 2 or later
# Maintainer : Ethan Choe <ethanchoe@ibm.com>
#
Expand Down Expand Up @@ -36,8 +37,6 @@ sudo dnf install -y java-25-openjdk-devel
export JAVA_HOME=/usr/lib/jvm/java-25-openjdk
export PATH="/usr/local/bin:$HOME/.local/bin:$JAVA_HOME/bin:$PATH"

sudo chown -R test_user:test_user /home/tester

# -------------------------------
# Remove exiting repository (if exists)
# -------------------------------
Expand Down
Loading